Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
feat: add name to current recommended config
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Jul 23, 2024
1 parent fc57b80 commit 68cfff0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export const rules = {

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

0 comments on commit 68cfff0

Please sign in to comment.