mirror of
https://github.com/ansible/awx.git
synced 2026-04-07 02:59:21 -02:30
update eslint to allow short circuit ternary chains
This commit is contained in:
@@ -48,6 +48,7 @@
|
|||||||
"object-curly-newline": "off",
|
"object-curly-newline": "off",
|
||||||
"space-before-function-paren": ["error", "always"],
|
"space-before-function-paren": ["error", "always"],
|
||||||
"no-trailing-spaces": ["error"],
|
"no-trailing-spaces": ["error"],
|
||||||
|
"no-unused-expressions": ["error", { "allowShortCircuit": true }],
|
||||||
"react/prefer-stateless-function": "off",
|
"react/prefer-stateless-function": "off",
|
||||||
"react/prop-types": "off",
|
"react/prop-types": "off",
|
||||||
"jsx-a11y/label-has-for": "off",
|
"jsx-a11y/label-has-for": "off",
|
||||||
|
|||||||
Reference in New Issue
Block a user