Skip to content

Commit eaa8e05

Browse files
committed
chore: ignore generated file in eslint
1 parent 6f320c3 commit eaa8e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "eslint-config-atomic",
3-
"ignorePatterns": ["index.js", "index.d.ts", "build/", "node_modules/", "dist-test/"]
3+
"ignorePatterns": ["index.js", "index.d.ts", "binding.d.ts", "build/", "node_modules/", "dist-test/"]
44
}

0 commit comments

Comments
 (0)