File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1- import parser from ' @typescript-eslint/parser'
2- import validator from ' eslint-plugin-es-spec'
3- import { defineConfig } from ' eslint/config'
1+ import parser from " @typescript-eslint/parser" ;
2+ import validator from " eslint-plugin-es-spec" ;
3+ import { defineConfig } from " eslint/config" ;
44
55export default defineConfig ( {
6- files : [ ' **/*.ts' ] ,
6+ files : [ " **/*.ts" ] ,
77 languageOptions : {
88 parser,
99 parserOptions : {
1010 projectService : true ,
11- tsconfigRootDir : import . meta. dirname
12- }
11+ tsconfigRootDir : import . meta. dirname ,
12+ } ,
1313 } ,
14- plugins : { ' es-spec-validator' : validator } ,
14+ plugins : { " es-spec-validator" : validator } ,
1515 rules : {
16- ' es-spec-validator/single-key-dictionary-key-is-string' : ' error' ,
17- ' es-spec-validator/invalid-node-types' : ' warn' ,
18- }
19- } )
16+ " es-spec-validator/single-key-dictionary-key-is-string" : " error" ,
17+ " es-spec-validator/invalid-node-types" : " warn" ,
18+ } ,
19+ } ) ;
You can’t perform that action at this time.
0 commit comments