File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- import js from ' @eslint/js' ;
2
- import globals from ' globals' ;
3
- import tseslint from ' typescript-eslint' ;
4
- import { globalIgnores } from ' eslint/config' ;
5
- import { qwikEslint9Plugin } from ' eslint-plugin-qwik' ;
1
+ import js from " @eslint/js" ;
2
+ import globals from " globals" ;
3
+ import tseslint from " typescript-eslint" ;
4
+ import { globalIgnores } from " eslint/config" ;
5
+ import { qwikEslint9Plugin } from " eslint-plugin-qwik" ;
6
6
7
7
const ignores = [
8
8
"**/*.log" ,
@@ -69,5 +69,5 @@ export default tseslint.config(
69
69
rules : {
70
70
"@typescript-eslint/no-explicit-any" : "off" ,
71
71
} ,
72
- }
72
+ } ,
73
73
) ;
Original file line number Diff line number Diff line change 1
- import js from ' @eslint/js' ;
2
- import globals from ' globals' ;
3
- import tseslint from ' typescript-eslint' ;
4
- import { globalIgnores } from ' eslint/config' ;
5
- import { qwikEslint9Plugin } from ' eslint-plugin-qwik' ;
1
+ import js from " @eslint/js" ;
2
+ import globals from " globals" ;
3
+ import tseslint from " typescript-eslint" ;
4
+ import { globalIgnores } from " eslint/config" ;
5
+ import { qwikEslint9Plugin } from " eslint-plugin-qwik" ;
6
6
7
7
const ignores = [
8
8
"**/*.log" ,
You can’t perform that action at this time.
0 commit comments