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 12:41:09 +03:00
committed by GitHub
parent 91ed2a6afe
commit 9052c2477d
2 changed files with 3552 additions and 106 deletions
+3551 -106
View File
File diff suppressed because it is too large Load Diff
+1
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',
};