File tree Expand file tree Collapse file tree 3 files changed +8
-15
lines changed
Expand file tree Collapse file tree 3 files changed +8
-15
lines changed Original file line number Diff line number Diff line change 33module . exports = {
44 root : true ,
55 parser : '@typescript-eslint/parser' ,
6- plugins : [
7- '@typescript-eslint' ,
8- ] ,
9- extends : [
10- 'eslint:recommended' ,
11- 'plugin:@typescript-eslint/recommended' ,
12- ] ,
6+ plugins : [ '@typescript-eslint' ] ,
7+ extends : [ 'eslint:recommended' , 'plugin:@typescript-eslint/recommended' ] ,
138 rules : {
14- ' semi' : [ 2 , " always" ] ,
9+ semi : [ 2 , ' always' ] ,
1510 '@typescript-eslint/no-unused-vars' : 0 ,
1611 '@typescript-eslint/no-explicit-any' : 0 ,
1712 '@typescript-eslint/explicit-module-boundary-types' : 0 ,
1813 '@typescript-eslint/no-non-null-assertion' : 0 ,
19- }
20- } ;
14+ } ,
15+ } ;
Original file line number Diff line number Diff line change 33 // Extension identifier format: ${publisher }.${name}. Example: vscode.csharp
44
55 // List of extensions which should be recommended for users of this workspace.
6- "recommendations" : [
7- " dbaeumer.vscode-eslint"
8- ]
9- }
6+ "recommendations" : [" dbaeumer.vscode-eslint" ]
7+ }
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ node_modules
33src /**
44package-lock.json
55tsconfig.json
6- build.mjs
6+ build.mjs
You can’t perform that action at this time.
0 commit comments