Style: Add emotion/syntax-preference to betterer (#75266)

* style(betterer): add emotion/syntax-preference to betterer rules

* chore(betterer): refresh betterer.results for addition of emotion/syntax-preference
This commit is contained in:
Jack Westbrook 2023-09-22 11:41:09 +02:00 committed by GitHub
parent 91ed2a6afe
commit 9052c2477d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3552 additions and 106 deletions

File diff suppressed because it is too large Load Diff

View File

@ -39,6 +39,7 @@ function countEslintErrors() {
const eslintConfigMainPaths = eslintConfigFiles.map((file) => path.resolve(path.dirname(file)));
const baseRules: Partial<Linter.RulesRecord> = {
'@emotion/syntax-preference': [2, 'object'],
'@typescript-eslint/no-explicit-any': 'error',
'@grafana/no-aria-label-selectors': 'error',
};