File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
extends :
6
6
- eslint:recommended
7
7
- airbnb-base
8
+ - plugin:import/recommended
8
9
parserOptions :
9
10
ecmaVersion : 13
10
11
sourceType : module
35
36
import/extensions :
36
37
- ' error'
37
38
- ' always'
38
- - ignorePackages : true
39
+ - ignorePackages : false
39
40
import/named : ' off'
40
41
import/no-cycle : ' off'
41
42
import/no-dynamic-require : ' off'
Original file line number Diff line number Diff line change 89
89
"eslint" : " ^8.14.0" ,
90
90
"eslint-config-airbnb" : " ^19.0.4" ,
91
91
"eslint-config-airbnb-base" : " ^15.0.0" ,
92
- "eslint-plugin-import" : " ^2.22.1 " ,
92
+ "eslint-plugin-import" : " ^2.26.0 " ,
93
93
"gimtoc" : " ^2.0.0" ,
94
94
"jest" : " ^28.0.3"
95
95
},
Original file line number Diff line number Diff line change @@ -1309,7 +1309,7 @@ eslint-module-utils@^2.7.3:
1309
1309
debug "^3.2.7"
1310
1310
find-up "^2.1.0"
1311
1311
1312
- eslint-plugin-import@^2.22.1 :
1312
+ eslint-plugin-import@^2.26.0 :
1313
1313
version "2.26.0"
1314
1314
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz#f812dc47be4f2b72b478a021605a59fc6fe8b88b"
1315
1315
integrity sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==
You can’t perform that action at this time.
0 commit comments