| 92 | 'no-unused-expressions': ['error', { allowShortCircuit: true, allowTernary: true }], | 92 | 'no-unused-expressions': ['error', { allowShortCircuit: true, allowTernary: true }], |
| 93 | 'no-cond-assign': 'error', | 93 | 'no-cond-assign': 'error', |
| 94 | 'no-unneeded-ternary': 'error', | 94 | 'no-unneeded-ternary': 'error', |
| | 95 | 'no-irregular-whitespace': ['error', { skipStrings: true, skipTemplates: true }], |
| 95 | | 96 | |
| 96 | // These rules should eventually be enabled. | 97 | // These rules should eventually be enabled. |
| 97 | 'no-async-promise-executor': 'off', | 98 | 'no-async-promise-executor': 'off', |