File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,10 @@ export default [
24
24
{ plugins : { knex : fixupPluginRules ( knex ) } } ,
25
25
{ plugins : { unicorn } } ,
26
26
{
27
- files : [ "eslint.config.mjs" ] ,
28
- languageOptions : { } ,
27
+ files : [ "**/eslint.config.mjs" ] ,
28
+ languageOptions : {
29
+ sourceType : "module" ,
30
+ } ,
29
31
rules : {
30
32
"n/no-unpublished-import" : "off" ,
31
33
} ,
Original file line number Diff line number Diff line change 59
59
"lint:mon-pix" : " cd mon-pix && npm run lint" ,
60
60
"lint:orga" : " cd orga && npm run lint" ,
61
61
"lint:junior" : " cd junior && npm run lint" ,
62
- "lint:scripts" : " eslint scripts" ,
62
+ "lint:scripts" : " eslint --ignore-pattern **/compose.yaml scripts" ,
63
63
"lint:yaml" : " eslint --ignore-pattern compose.yaml" ,
64
64
"lint:docs" : " find ./docs -type f -name '*.md' | xargs -L1 markdown-link-check --quiet --config ./docs/link--check-config.json " ,
65
65
"local:add-optional-checks" : " husky" ,
111
111
"eslint-plugin-prettier" : " ^5.0.0" ,
112
112
"eslint-plugin-unicorn" : " ^56.0.0" ,
113
113
"typescript-eslint" : " ^8.24.0" ,
114
-
115
114
"husky" : " ^9.0.0" ,
116
115
"lint-staged" : " ^15.0.0"
117
116
},
You can’t perform that action at this time.
0 commit comments