mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-05-20 05:26:59 +00:00
infra: enable no-unneeded-ternary eslint rule (#3257)
This commit is contained in:
committed by
GitHub
parent
772ef35fb1
commit
eb787af325
+1
-1
@@ -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" ],
|
||||
|
||||
Reference in New Issue
Block a user