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 78cca98 commit f18f6ccCopy full SHA for f18f6cc
1 file changed
eslint.config.js
@@ -7,12 +7,13 @@ import tseslint from "typescript-eslint";
7
import eslintConfigPrettier from "eslint-config-prettier/flat";
8
9
export default tseslint.config(
10
- globalIgnores([".nx/**"]),
11
- globalIgnores(["**/dist/**"]),
12
- globalIgnores(["apps/test-app/ios/**"]),
13
- globalIgnores(["packages/host/hermes/**"]),
14
- globalIgnores(["packages/node-addon-examples/examples/**"]),
15
- globalIgnores(["packages/ferric-example/ferric_example.d.ts"]),
+ globalIgnores([
+ "**/dist/**",
+ "apps/test-app/ios/**",
+ "packages/host/hermes/**",
+ "packages/node-addon-examples/examples/**",
+ "packages/ferric-example/ferric_example.d.ts",
16
+ ]),
17
eslint.configs.recommended,
18
tseslint.configs.recommended,
19
eslintConfigPrettier,
0 commit comments