File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 11extends :
22 - plugin:@mysticatea/es2015
33 - plugin:@mysticatea/+node
4+ - plugin:node-dependencies/recommended
5+ - plugin:jsonc/recommended-with-jsonc
46globals : {
57 root : " off"
68}
@@ -19,6 +21,9 @@ overrides:
1921 - error
2022 - allowModules :
2123 - estree
24+ - files : " package.json"
25+ rules :
26+ ' @mysticatea/prettier ' : off
2227
2328settings :
2429 node :
Original file line number Diff line number Diff line change 3838 "cross-spawn" : " ^6.0.5" ,
3939 "dts-bundle" : " ^0.7.3" ,
4040 "eslint" : " ^7.0.0" ,
41+ "eslint-plugin-jsonc" : " ^1.4.0" ,
42+ "eslint-plugin-node-dependencies" : " ^0.5.0" ,
4143 "fs-extra" : " ^7.0.1" ,
4244 "jsonc-eslint-parser" : " ^0.6.0" ,
4345 "mocha" : " ^6.1.4" ,
6062 "clean" : " rimraf .nyc_output .temp coverage index.*" ,
6163 "codecov" : " codecov" ,
6264 "coverage" : " opener ./coverage/lcov-report/index.html" ,
63- "lint" : " eslint src test --ext .js,.ts" ,
65+ "lint" : " eslint src test package.json --ext .js,.ts" ,
6466 "setup" : " git submodule update --init && cd test/fixtures/eslint && npm install" ,
6567 "pretest" : " run-s build lint" ,
6668 "test" : " npm run -s test:mocha" ,
Original file line number Diff line number Diff line change 1212 "esModuleInterop" : true ,
1313 "forceConsistentCasingInFileNames" : true ,
1414 "inlineSources" : true ,
15- "lib" : [
16- " es2015"
17- ],
15+ "lib" : [" es2015" ],
1816 "module" : " commonjs" ,
1917 "moduleResolution" : " node" ,
2018 "newLine" : " LF" ,
3735 "strictNullChecks" : true ,
3836 "target" : " es2015"
3937 },
40- "include" : [
41- " src/**/*.ts"
42- ]
38+ "include" : [" src/**/*.ts" ]
4339}
You can’t perform that action at this time.
0 commit comments