Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 6ed28e8

Browse files
committed
Don't lint dist files
1 parent 8f50170 commit 6ed28e8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.eslintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"@typescript-eslint"
99
],
1010
"root": true,
11+
"ignorePatterns": [
12+
"**/dist/**/*.js"
13+
],
1114
"rules": {
1215
"quotes": [
1316
"error",

0 commit comments

Comments
 (0)