mirror of
https://github.com/elyby/eslint-plugin.git
synced 2024-12-02 11:41:07 +05:30
9 lines
141 B
TypeScript
9 lines
141 B
TypeScript
|
import allRules from './rules';
|
||
|
import config from './configs/all';
|
||
|
|
||
|
export const rules = allRules;
|
||
|
|
||
|
export const configs = {
|
||
|
config,
|
||
|
};
|