1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-09-17 01:15:52 +02:00

feat: add @typescript-eslint/ban-types

BREAKING CHANGE: New rule introduced
This commit is contained in:
Divlo 2023-02-06 23:52:11 +01:00
parent 81b37b523c
commit 1779517f5c
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9

View File

@ -248,6 +248,7 @@
"error",
{ "default": "array-simple" }
],
"@typescript-eslint/ban-types": "error",
"@typescript-eslint/consistent-type-definitions": [
"error",
"interface"