File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import markdown from 'eslint-plugin-markdown';
7
7
import pluginN from 'eslint-plugin-n' ;
8
8
import tseslint from 'typescript-eslint' ;
9
9
10
- import eslintPlugin from './lib/index.js ' ;
10
+ import eslintPlugin from './lib/index.ts ' ;
11
11
12
12
const dirname = path . dirname ( fileURLToPath ( import . meta. url ) ) ;
13
13
const compat = new FlatCompat ( {
Original file line number Diff line number Diff line change 17
17
"lint" : " npm-run-all --continue-on-error --aggregate-output --parallel lint:*" ,
18
18
"lint:docs" : " markdownlint \" **/*.md\" " ,
19
19
"lint:eslint-docs" : " npm-run-all -s build \" update:eslint-docs -- --check\" " ,
20
- "lint:js" : " eslint --cache --ignore-pattern \" **/*.md\" " ,
21
- "lint:js-docs" : " eslint --no-inline-config \" **/*.md\" " ,
20
+ "lint:js" : " eslint --cache --ignore-pattern \" **/*.md\" --flag unstable_native_nodejs_ts_config " ,
21
+ "lint:js-docs" : " eslint --no-inline-config \" **/*.md\" --flag unstable_native_nodejs_ts_config " ,
22
22
"lint:package-json" : " npmPkgJsonLint ." ,
23
23
"release" : " release-it" ,
24
24
"test" : " vitest run --coverage" ,
You can’t perform that action at this time.
0 commit comments