Skip to content

Commit

Permalink
Release (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
capitnflam authored Oct 1, 2024
2 parents 79a8e5f + 2ee2f3d commit 4403f3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/configs/recommended.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const recommended: ESLintConfig = {
'plugin:@eslint-community/eslint-comments/recommended',
'plugin:import/recommended',
'plugin:unicorn/recommended',
'plugin:sonarjs/recommended-legacy',
// 'plugin:sonarjs/recommended-legacy',
'plugin:security/recommended-legacy',
'prettier',
],
Expand Down
2 changes: 1 addition & 1 deletion src/configs/vitest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const vitest: ESLintConfig = {
{
files: ['**/*.spec.ts'],
plugins: ['vitest'],
extends: ['plugin:vitest/recommended'],
extends: ['plugin:vitest/legacy-recommended'],
rules: {
'vitest/consistent-test-it': [
'error',
Expand Down

0 comments on commit 4403f3a

Please sign in to comment.