mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2025-05-18 12:02:33 +02:00
feat: add @typescript-eslint/ban-types
BREAKING CHANGE: New rule introduced
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user