File tree 2 files changed +9
-8
lines changed
2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change
1
+ /eslint.config. * js
1
2
/LICENSE.md
2
3
/renovate.json
3
4
Original file line number Diff line number Diff line change @@ -8,26 +8,26 @@ export default [
8
8
pluginCypress . configs . recommended ,
9
9
{
10
10
name : 'global-ignores' ,
11
- ignores : [ 'dist/' , 'examples/nextjs/src/app/' ]
11
+ ignores : [ 'dist/' , 'examples/nextjs/src/app/' ] ,
12
12
} ,
13
13
{
14
14
name : 'all-js' ,
15
15
languageOptions : {
16
16
globals : {
17
17
...globals . browser ,
18
- ...globals . node
19
- }
20
- }
18
+ ...globals . node ,
19
+ } ,
20
+ } ,
21
21
} ,
22
22
{
23
- name : 'examples- style' ,
24
- files : [ 'examples/**/*.js' ] ,
23
+ name : 'style' ,
24
+ files : [ 'eslint.config.mjs' , ' examples/**/*.js'] ,
25
25
...stylistic . configs . recommended ,
26
26
rules : {
27
27
'@stylistic/indent' : [ 'error' , 2 ] ,
28
28
'@stylistic/comma-dangle' : [ 'error' , 'always-multiline' ] ,
29
29
'@stylistic/quotes' : [ 'error' , 'single' ] ,
30
30
'@stylistic/semi' : [ 'error' , 'never' ] ,
31
- }
32
- }
31
+ } ,
32
+ } ,
33
33
]
You can’t perform that action at this time.
0 commit comments