File tree Expand file tree Collapse file tree 4 files changed +21
-15
lines changed Expand file tree Collapse file tree 4 files changed +21
-15
lines changed Original file line number Diff line number Diff line change 1- module . exports = {
2- parser : "@typescript-eslint/parser" ,
3- parserOptions : {
4- ecmaVersion : 2018 ,
5- sourceType : "module" ,
6- project : "./tsconfig.json"
1+ {
2+ " parser" : " @typescript-eslint/parser" ,
3+ " parserOptions" : {
4+ " ecmaVersion" : 2018 ,
5+ " sourceType" : " module" ,
6+ " project" : " ./tsconfig.json"
77 },
8- env : {
9- es6 : true ,
10- node : true
8+ " env" : {
9+ " es6" : true ,
10+ " node" : true
1111 },
12- extends : [
12+ " extends" : [
1313 " eslint:recommended" ,
1414 " plugin:@typescript-eslint/recommended" ,
1515 " plugin:@typescript-eslint/eslint-recommended" ,
1616 " prettier" ,
1717 " prettier/@typescript-eslint" ,
1818 " plugin:prettier/recommended"
1919 ],
20- plugins : [ "@typescript-eslint" ] ,
21- rules : {
20+ "plugins" : [
21+ " @typescript-eslint"
22+ ],
23+ "rules" : {
2224 "@typescript-eslint/no-explicit-any" : 0 ,
2325 "@typescript-eslint/explicit-function-return-type" : 0 ,
2426 "@typescript-eslint/no-unused-vars" : 0
2527 }
26- } ;
28+ }
Original file line number Diff line number Diff line change 11node_modules /
22.idea
33* .iml
4- .vscode /**
54.vscode-test /
65out /
76dist /
Original file line number Diff line number Diff line change 1+ {
2+ "[typescript]" : {
3+ "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
4+ "editor.formatOnSave" : true
5+ },
6+ }
Original file line number Diff line number Diff line change 246246 "group" : " navigation@2" ,
247247 "when" : " vscode-objectscript.connectActive && resourceScheme =~ /^isfs(-readonly)?$/"
248248 }
249-
250249 ],
251250 "touchBar" : [
252251 {
You can’t perform that action at this time.
0 commit comments