Skip to content

Commit 1779517

Browse files
committed
feat: add @typescript-eslint/ban-types
BREAKING CHANGE: New rule introduced
1 parent 81b37b5 commit 1779517

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.json

+1
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@
248248
"error",
249249
{ "default": "array-simple" }
250250
],
251+
"@typescript-eslint/ban-types": "error",
251252
"@typescript-eslint/consistent-type-definitions": [
252253
"error",
253254
"interface"

0 commit comments

Comments
 (0)