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
pull/70759/head
Jack Westbrook 2 years ago committed by GitHub
parent 91ed2a6afe
commit 9052c2477d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3651
      .betterer.results
  2. 1
      .betterer.ts

File diff suppressed because it is too large Load Diff

@ -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',
};

Loading…
Cancel
Save