File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 16
16
* specific language governing permissions and limitations
17
17
* under the License.
18
18
*/
19
- import parser from " @typescript-eslint/parser" ;
20
- import validator from " eslint-plugin-es-spec" ;
21
- import { defineConfig } from " eslint/config" ;
19
+ import parser from ' @typescript-eslint/parser'
20
+ import validator from ' eslint-plugin-es-spec'
21
+ import { defineConfig } from ' eslint/config'
22
22
23
23
export default defineConfig ( {
24
- files : [ " **/*.ts" ] ,
24
+ files : [ ' **/*.ts' ] ,
25
25
languageOptions : {
26
26
parser,
27
27
parserOptions : {
28
28
projectService : true ,
29
- tsconfigRootDir : import . meta. dirname ,
30
- } ,
29
+ tsconfigRootDir : import . meta. dirname
30
+ }
31
31
} ,
32
- plugins : { " es-spec-validator" : validator } ,
32
+ plugins : { ' es-spec-validator' : validator } ,
33
33
rules : {
34
- " es-spec-validator/single-key-dictionary-key-is-string" : " error" ,
35
- " es-spec-validator/invalid-node-types" : " warn" ,
36
- } ,
37
- } ) ;
34
+ ' es-spec-validator/single-key-dictionary-key-is-string' : ' error' ,
35
+ ' es-spec-validator/invalid-node-types' : ' warn'
36
+ }
37
+ } )
You can’t perform that action at this time.
0 commit comments