We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc357b commit 1f4800dCopy full SHA for 1f4800d
packages/plugin-gitbook/eslint.config.mjs
@@ -0,0 +1,3 @@
1
+import eslintGlobalConfig from "../../eslint.config.mjs";
2
+
3
+export default [...eslintGlobalConfig];
packages/plugin-gitbook/package.json
@@ -20,6 +20,7 @@
20
"scripts": {
21
"build": "tsup --format esm --dts",
22
"dev": "tsup --format esm --dts --watch",
23
- "test": "vitest"
+ "test": "vitest",
24
+ "lint": "eslint --fix --cache ."
25
}
26
0 commit comments