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