File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
2
rules : {
3
3
'no-hard-coded-color' : require ( './lib/rules/no-hard-coded-color' ) ,
4
- 'component-deprecation' : require ( './lib/rules/component-deprecation' ) ,
5
4
'no-direct-import' : require ( './lib/rules/no-direct-import' ) ,
5
+ 'component-deprecation' : require ( './lib/rules/component-deprecation' ) ,
6
6
'assets-deprecation' : require ( './lib/rules/assets-deprecation' ) ,
7
+ // for duplicate rules usage
8
+ 'component-deprecation_warn' : require ( './lib/rules/component-deprecation' ) ,
9
+ 'assets-deprecation_warn' : require ( './lib/rules/assets-deprecation' ) ,
10
+ 'component-deprecation_error' : require ( './lib/rules/component-deprecation' ) ,
11
+ 'assets-deprecation_error' : require ( './lib/rules/assets-deprecation' ) ,
7
12
} ,
8
13
} ;
You can’t perform that action at this time.
0 commit comments