Skip to content

Commit

Permalink
Add name to ESLint recommended config (#4761)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdiez authored Jul 25, 2024
1 parent 1956c1b commit eda39e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jsts/src/rules/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ rules['xpath'] = S4817;

const recommendedLegacyConfig: TSESLint.Linter.ConfigType = { plugins: ['sonarjs'], rules: {} };
const recommendedConfig: FlatConfig.Config = {
name: 'sonarjs/recommended',
plugins: {
sonarjs: {
rules,
Expand Down

0 comments on commit eda39e0

Please sign in to comment.