@@ -18,7 +18,7 @@ module.exports = {
1818 plugins : {
1919 prettierPlugin,
2020 eslintComments,
21- importPlugin,
21+ import : importPlugin ,
2222 'i18n-text' : fixupPluginRules ( i18nTextPlugin ) ,
2323 noOnlyTestsPlugin,
2424 github : fixupPluginRules ( github ) ,
@@ -39,15 +39,15 @@ module.exports = {
3939 'github/no-then' : 'error' ,
4040 'github/no-dynamic-script-tag' : 'error' ,
4141 'i18n-text/no-en' : [ 'error' ] ,
42- 'importPlugin /default' : 'error' ,
43- 'importPlugin /export' : 'error' ,
44- 'importPlugin /extensions' : 'error' ,
45- 'importPlugin /first' : 'error' ,
46- 'importPlugin /named' : 'error' ,
47- 'importPlugin /namespace' : 'error' ,
48- 'importPlugin /no-absolute-path' : 'error' ,
49- 'importPlugin /no-amd' : 'error' ,
50- 'importPlugin /no-anonymous-default-export' : [
42+ 'import /default' : 'error' ,
43+ 'import /export' : 'error' ,
44+ 'import /extensions' : 'error' ,
45+ 'import /first' : 'error' ,
46+ 'import /named' : 'error' ,
47+ 'import /namespace' : 'error' ,
48+ 'import /no-absolute-path' : 'error' ,
49+ 'import /no-amd' : 'error' ,
50+ 'import /no-anonymous-default-export' : [
5151 'error' ,
5252 {
5353 allowAnonymousClass : false ,
@@ -58,17 +58,17 @@ module.exports = {
5858 allowObject : true ,
5959 } ,
6060 ] ,
61- 'importPlugin /no-commonjs' : 'error' ,
62- 'importPlugin /no-deprecated' : 'error' ,
63- 'importPlugin /no-duplicates' : 'error' ,
64- 'importPlugin /no-dynamic-require' : 'error' ,
65- 'importPlugin /no-extraneous-dependencies' : [ 0 , { devDependencies : false } ] ,
66- 'importPlugin /no-mutable-exports' : 'error' ,
67- 'importPlugin /no-named-as-default' : 'error' ,
68- 'importPlugin /no-named-as-default-member' : 'error' ,
69- 'importPlugin /no-namespace' : 'error' ,
70- 'importPlugin /no-unresolved' : 'error' ,
71- 'importPlugin /no-webpack-loader-syntax' : 'error' ,
61+ 'import /no-commonjs' : 'error' ,
62+ 'import /no-deprecated' : 'error' ,
63+ 'import /no-duplicates' : 'error' ,
64+ 'import /no-dynamic-require' : 'error' ,
65+ 'import /no-extraneous-dependencies' : [ 0 , { devDependencies : false } ] ,
66+ 'import /no-mutable-exports' : 'error' ,
67+ 'import /no-named-as-default' : 'error' ,
68+ 'import /no-named-as-default-member' : 'error' ,
69+ 'import /no-namespace' : 'error' ,
70+ 'import /no-unresolved' : 'error' ,
71+ 'import /no-webpack-loader-syntax' : 'error' ,
7272 'no-case-declarations' : 'error' ,
7373 'no-class-assign' : 'error' ,
7474 'no-compare-neg-zero' : 'error' ,
@@ -139,7 +139,7 @@ module.exports = {
139139 eqeqeq : [ 'error' , 'smart' ] ,
140140 } ,
141141 settings : {
142- 'importPlugin /resolver' : {
142+ 'import /resolver' : {
143143 node : {
144144 extensions : [ '.js' , '.ts' ] ,
145145 } ,
0 commit comments