mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-07-26 10:12:47 +00:00
🔧 migrate eslint to flat config
This commit is contained in:
+1
-1
@@ -40,6 +40,6 @@
|
||||
"importHelpers": true,
|
||||
"noEmitHelpers": true
|
||||
},
|
||||
"include": ["./**/.eslintrc.js", "./**/.stylelintrc.js"],
|
||||
"include": ["eslint.config.ts", "eslint.rules.ts", "./**/.stylelintrc.js"],
|
||||
"exclude": ["node_modules", "**/lib/**/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user