Skip to content

Commit

Permalink
Merge pull request #286 from enormora/renovate/eslint-plugin-perfecti…
Browse files Browse the repository at this point in the history
…onist-4.x

⬆️ Update dependency eslint-plugin-perfectionist to v4
  • Loading branch information
lo1tuma authored Nov 25, 2024
2 parents 2f637e5 + 198da0a commit acb4084
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
5 changes: 4 additions & 1 deletion configs/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,9 @@ export const typescriptConfig = {
'perfectionist/sort-objects': 'off',
'perfectionist/sort-switch-case': 'off',
'perfectionist/sort-variable-declarations': 'off',
'perfectionist/sort-sets': 'off'
'perfectionist/sort-sets': 'off',
'perfectionist/sort-heritage-clauses': 'off',
'perfectionist/sort-decorators': 'off',
'perfectionist/sort-modules': 'off'
}
};
59 changes: 28 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint-plugin-mocha": "10.5.0",
"eslint-plugin-n": "17.14.0",
"eslint-plugin-no-secrets": "1.1.2",
"eslint-plugin-perfectionist": "3.9.1",
"eslint-plugin-perfectionist": "4.0.3",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-react": "7.37.2",
Expand Down

0 comments on commit acb4084

Please sign in to comment.