Skip to content

Commit 44b508b

Browse files
committed
another try to stop standard from complaining
1 parent 68d6c4e commit 44b508b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.eslintrc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,10 @@
99
"rules": {
1010
"@typescript-eslint/explicit-module-boundary-types": "off",
1111
"@typescript-eslint/ban-ts-comment": "off"
12-
}
12+
},
13+
"ignorePatterns": [
14+
"dist",
15+
"vendor",
16+
"**/interface.js"
17+
]
1318
}

0 commit comments

Comments
 (0)