Skip to content

Commit 26df5cc

Browse files
committed
chore: no linting for generated index [skip ci]
1 parent 33ef49f commit 26df5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

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

0 commit comments

Comments
 (0)