We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a21e2b commit abf4c52Copy full SHA for abf4c52
.vscode/settings.json
@@ -1,5 +1,4 @@
1
{
2
"editor.formatOnSave": true,
3
- "unocss.root": "./playground",
4
- "eslint.experimental.useFlatConfig": true
+ "unocss.root": "./playground"
5
}
eslint.config.js
@@ -1,8 +1,8 @@
import { sxzz } from '@sxzz/eslint-config'
-export default sxzz(
- {
- files: ['package.json'],
- rules: { 'sxzz/require-package-field': 'error' },
6
- },
7
- { vue: true },
8
-)
+
+export default sxzz({
+ vue: true,
+}).append({
+ files: ['package.json'],
+ rules: { 'sxzz/require-package-field': 'error' },
+})
0 commit comments