mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 21:05:16 +00:00
infra: enable no-unneeded-ternary eslint rule (#3257)
This commit is contained in:
parent
772ef35fb1
commit
eb787af325
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@
|
|||
// "no-ternary": "off",
|
||||
// "no-trailing-spaces": "warn",
|
||||
// "no-underscore-dangle": "warn",
|
||||
// "no-unneeded-ternary": "warn",
|
||||
"no-unneeded-ternary": "warn",
|
||||
// "object-curly-spacing": [ "warn", "always" ],
|
||||
// "one-var": "off",
|
||||
// "operator-assignment": [ "warn", "never" ],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue