1
- < << << << HEAD
2
- import js from '@eslint/js' ;
3
- import ts from 'typescript-eslint' ;
4
- import svelte from 'eslint-plugin-svelte' ;
5
- import prettier from 'eslint-config-prettier' ;
6
- import globals from 'globals' ;
1
+ import js from "@eslint/js" ;
2
+ import ts from "typescript-eslint" ;
3
+ import svelte from "eslint-plugin-svelte" ;
4
+ import prettier from "eslint-config-prettier" ;
5
+ import globals from "globals" ;
7
6
8
7
/** @type {import('eslint').Linter.Config[] } */
9
8
export default [
10
9
js . configs . recommended ,
11
10
...ts . configs . recommended ,
12
- = === ===
13
- import eslint from '@eslint/js' ;
14
- import prettier from 'eslint-config-prettier' ;
15
- import svelte from 'eslint-plugin-svelte' ;
16
- import globals from 'globals' ;
17
- import tseslint from 'typescript-eslint' ;
18
-
19
- export default tseslint . config (
20
- eslint . configs . recommended ,
21
- ...tseslint . configs . recommended ,
22
- > >>> >>> Chizaruu - update - datepicker
23
- . . . svelte . configs [ 'flat/recommended' ] ,
11
+ ...svelte . configs [ "flat/recommended" ] ,
24
12
prettier ,
25
- ...svelte . configs [ ' flat/prettier' ] ,
13
+ ...svelte . configs [ " flat/prettier" ] ,
26
14
{
27
15
languageOptions : {
28
16
globals : {
@@ -32,35 +20,25 @@ export default tseslint.config(
32
20
}
33
21
} ,
34
22
{
35
- files : [ ' **/*.svelte' ] ,
23
+ files : [ " **/*.svelte" ] ,
36
24
languageOptions : {
37
25
parserOptions : {
38
- << < << << HEAD
39
26
parser : ts . parser ,
40
27
svelteFeatures : {
41
28
experimentalGenerics : true
42
29
}
43
- === = ===
44
- parser : tseslint . parser
45
- >>> > >>> Chizaruu - update - datepicker
46
30
}
47
31
}
48
32
} ,
49
33
{
50
- << < << << HEAD
51
- ignores : [ 'build/' , '.svelte-kit/' , 'dist/' , 'test-results/' , '*.md' , '.vercel/' , '.github/' , 'node_modules/' ]
34
+ ignores : [ "build/" , ".svelte-kit/" , "dist/" , "test-results/" , "*.md" ]
52
35
} ,
53
36
{
54
37
rules : {
55
38
// Note: you must disable the base rule as it can report incorrect errors
56
- ' no-unused-vars' : ' off' ,
57
- ' @typescript-eslint/no-unused-vars' : ' off' ,
58
- ' svelte/no-at-html-tags' : ' off'
39
+ " no-unused-vars" : " off" ,
40
+ " @typescript-eslint/no-unused-vars" : " off" ,
41
+ " svelte/no-at-html-tags" : " off"
59
42
}
60
43
}
61
44
] ;
62
- === === =
63
- ignores : [ 'build / ', '.svelte-kit/' , 'dist/' , '.vercel/' , 'node_modules/' ]
64
- }
65
- ) ;
66
- > >>> >>> Chizaruu - update - datepicker
0 commit comments