mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-11-09 22:08:37 +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",
|
"error",
|
||||||
{ "default": "array-simple" }
|
{ "default": "array-simple" }
|
||||||
],
|
],
|
||||||
|
"@typescript-eslint/ban-types": "error",
|
||||||
"@typescript-eslint/consistent-type-definitions": [
|
"@typescript-eslint/consistent-type-definitions": [
|
||||||
"error",
|
"error",
|
||||||
"interface"
|
"interface"
|
||||||
|
Loading…
Reference in New Issue
Block a user