diff options
author | Anton Tananaev <anton@traccar.org> | 2022-04-17 18:52:04 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-04-17 18:52:04 -0700 |
commit | 36c361b6c3ee8f951cf3906d7f451e30e2f46ada (patch) | |
tree | 37f7b7dca9361b1641601400ca116958298e789b /modern/.eslintrc.js | |
parent | e4b84449ec7bbb4c97c1668cd5818e9cbb2a1cd9 (diff) | |
download | trackermap-web-36c361b6c3ee8f951cf3906d7f451e30e2f46ada.tar.gz trackermap-web-36c361b6c3ee8f951cf3906d7f451e30e2f46ada.tar.bz2 trackermap-web-36c361b6c3ee8f951cf3906d7f451e30e2f46ada.zip |
Fix style issues
Diffstat (limited to 'modern/.eslintrc.js')
-rw-r--r-- | modern/.eslintrc.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modern/.eslintrc.js b/modern/.eslintrc.js index ace20277..ec948e57 100644 --- a/modern/.eslintrc.js +++ b/modern/.eslintrc.js @@ -13,6 +13,7 @@ module.exports = { 'no-return-assign': [0], 'no-param-reassign': [0], 'no-prototype-builtins': [0], + 'no-nested-ternary': [0], 'react/jsx-filename-extension': [1, { extensions: ['.js'] }], 'react/prop-types': [0], 'react/jsx-props-no-spreading': [0], |