mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-11-08 19:11:31 +01:00
feat: add @typescript-eslint/ban-types
BREAKING CHANGE: New rule introduced
This commit is contained in:
parent
81b37b523c
commit
1779517f5c
@ -248,6 +248,7 @@
|
||||
"error",
|
||||
{ "default": "array-simple" }
|
||||
],
|
||||
"@typescript-eslint/ban-types": "error",
|
||||
"@typescript-eslint/consistent-type-definitions": [
|
||||
"error",
|
||||
"interface"
|
||||
|
Loading…
Reference in New Issue
Block a user