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 5f52045 commit d55ca73Copy full SHA for d55ca73
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
run: pnpm run test
21
- name: lint
22
if: ${{ always() }}
23
- run: pnpm run lint
+ run: pnpm run lint --max-warnings=0
24
- name: style
25
26
run: pnpm run format:check
eslint.config.mjs
@@ -2,7 +2,7 @@
2
3
import jsEslint from "@eslint/js";
4
import eslintConfigPrettier from "eslint-config-prettier";
5
-import eslintPluginImportX from "eslint-plugin-import-x";
+import * as eslintPluginImportX from "eslint-plugin-import-x";
6
import * as tsEslint from "typescript-eslint";
7
8
export default tsEslint.config(
0 commit comments