Kai Cataldo
Kai Cataldo
It looks like we already have three :+1:s!
I wonder if it would make configuration clearer to make this new array option a named option. ```/* eslint quotes: ['error', { precedence: ['single', 'double', 'backtick'], avoidEscape: true } ]*/```...
`eslint-plugin-babel` is maintained by a different team. Please file an issue with https://github.com/babel/eslint-plugin-babel.
Agreed. Reopened.
@eslint/eslint-team How do we want to proceed here?
Sure thing. As I understand it, the issue here is that, because we use the [`useDefaults`](https://github.com/eslint/eslint/blob/219aecb78bc646d44bad27dc775a9b3d3dc58232/lib/shared/ajv.js#L21) option when we validate with `ajv`, the defaults get merged into the config during...
Reopening this so we can find another solution.
I have verified this bug. Agreed this should be fixed!
Reopening this because this is a bug that results in the autofixer changing the execution of code.
Is there a reason you want to enable `no-tabs` if you want to allow tabs in strings and comments?