File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import path from 'node:path';
44import { fileURLToPath } from 'node:url' ;
55import { FlatCompat } from '@eslint/eslintrc' ;
66import prettier from 'eslint-config-prettier/flat' ;
7- import markdown from 'eslint-plugin- markdown' ;
7+ import markdown from '@ eslint/ markdown' ;
88import n from 'eslint-plugin-n' ;
99import tseslint from 'typescript-eslint' ;
1010import unicorn from 'eslint-plugin-unicorn' ;
@@ -83,11 +83,12 @@ export default defineConfig([
8383 plugins : { markdown } ,
8484 linterOptions : { noInlineConfig : true } ,
8585 rules : {
86+ strict : 'off' ,
8687 'no-undef' : 'off' ,
8788 'no-unused-vars' : 'off' ,
8889 '@typescript-eslint/no-unused-vars' : 'off' ,
90+ '@typescript-eslint/no-require-imports' : 'off' ,
8991
90- strict : 'off' ,
9192
9293 '@eslint-community/eslint-comments/require-description' : 'off' ,
9394
Original file line number Diff line number Diff line change 5555 "@eslint-community/eslint-plugin-eslint-comments" : " ^4.6.0" ,
5656 "@eslint/eslintrc" : " ^3.3.3" ,
5757 "@eslint/js" : " ^9.39.2" ,
58+ "@eslint/markdown" : " ^7.5.1" ,
5859 "@types/eslint-plugin-markdown" : " ^2.0.2" ,
5960 "@types/eslint-scope" : " ^8.4.0" ,
6061 "@types/espree" : " ^10.1.0" ,
6970 "eslint-config-not-an-aardvark" : " ^2.1.0" ,
7071 "eslint-config-prettier" : " ^10.1.8" ,
7172 "eslint-doc-generator" : " ^2.2.2" ,
72- "eslint-plugin-markdown" : " ^5.1.0" ,
7373 "eslint-plugin-n" : " ^17.21.0" ,
7474 "eslint-plugin-unicorn" : " ^62.0.0" ,
7575 "eslint-remote-tester" : " ^4.0.3" ,
You can’t perform that action at this time.
0 commit comments