Update eslint config (#57146)

This commit is contained in:
JJ Kasper 2023-10-20 12:15:24 -07:00 committed by GitHub
parent 254d6d5d6d
commit 4acaded2f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,6 +100,7 @@
}
],
"no-use-before-define": "off",
"no-useless-constructor": "off",
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/no-useless-constructor": "warn",
"@typescript-eslint/prefer-literal-enum-member": "error"