eslint no-nested-ternary enabled
This commit is contained in:
parent
98eef5f172
commit
e0a20a840f
|
@ -27,7 +27,6 @@ module.exports = {
|
||||||
// 'plugin:@typescript-eslint/recommended-requiring-type-checking'
|
// 'plugin:@typescript-eslint/recommended-requiring-type-checking'
|
||||||
],
|
],
|
||||||
rules: {
|
rules: {
|
||||||
'no-nested-ternary': 'off',
|
|
||||||
'@typescript-eslint/no-unused-vars': [
|
'@typescript-eslint/no-unused-vars': [
|
||||||
'warn',
|
'warn',
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user