Skip to content

Commit

Permalink
Merge pull request #56 from Boehringer-Ingelheim/update-deps
Browse files Browse the repository at this point in the history
chore(deps): update dependencies
  • Loading branch information
matzehecht authored Dec 13, 2024
2 parents 0097d34 + c6efdf1 commit 45dc4e1
Show file tree
Hide file tree
Showing 6 changed files with 4,167 additions and 1,708 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ This shared ESLint configuration is set up for TypeScript projects that adhere t
The following plugins are used in this configuration:

- [`@typescript-eslint/eslint-plugin`](https://typescript-eslint.io/rules/)
- [`eslint-plugin-deprecation`](https://github.com/gund/eslint-plugin-deprecation)
- [`eslint-plugin-import`](https://github.com/import-js/eslint-plugin-import)
- [`eslint-plugin-sonarjs`](https://github.com/SonarSource/eslint-plugin-sonarjs)

Expand Down
1 change: 0 additions & 1 deletion base/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ module.exports = {
'eslint:recommended',
'plugin:@typescript-eslint/recommended-type-checked',
'plugin:@typescript-eslint/stylistic-type-checked',
'plugin:deprecation/recommended',
'plugin:import/recommended',
'plugin:import/typescript',
'plugin:perfectionist/recommended-natural-legacy',
Expand Down
5 changes: 3 additions & 2 deletions lib/eslint-plugin-perfectionist.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ const SORT_IMPORTS_GROUPS = [
['external', 'external-type'],
['internal', 'internal-type'],
['parent', 'parent-type', 'sibling', 'sibling-type', 'index', 'index-type'],
['style', 'side-effect'],
'style',
['side-effect-style', 'side-effect'],
'object',
'unknown',
];
Expand Down Expand Up @@ -43,7 +44,7 @@ const SORT_INTERSECTION_TYPES_GROUPS = [
'conditional',
'function',
'import',
'interseciont',
'intersection',
'union',
'named',
'keyword',
Expand Down
Loading

0 comments on commit 45dc4e1

Please sign in to comment.