Skip to content

Commit c4f78e2

Browse files
committed
feat(eslint): add uncoss eslint
1 parent e77c0ca commit c4f78e2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

eslint.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import eslint from "@eslint/js";
22
import eslintPluginAstro from "eslint-plugin-astro";
3+
import unocss from "@unocss/eslint-config/flat";
34

45
export default [
6+
unocss,
57
eslint.configs.recommended,
68
...eslintPluginAstro.configs.recommended,
79
];

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"astro-eslint-parser": "^1.0.3",
4444
"eslint": "^9.11.0",
4545
"@types/node": "^22.5.5",
46+
"@unocss/eslint-config": "^0.62.4",
4647
"@unocss/preset-web-fonts": "^0.62.4",
4748
"@unocss/reset": "^0.62.4",
4849
"eslint-plugin-astro": "^1.2.4",

0 commit comments

Comments
 (0)