UNPKG

219 BPlain TextView Raw
1import configRule from './rules/config';
2
3/**
4 * Expose a single rule called "config", which will be accessed in the user's eslint config files
5 * via "tslint/config"
6 */
7export const rules = {
8 config: configRule,
9};