Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierZal committed Apr 19, 2024
1 parent f491395 commit 71b6c7b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = tsEslint.config(
},
{
rules: {
// ...importPlugin.configs.recommended.rules,
'@stylistic/lines-between-class-members': 'error',
'@typescript-eslint/member-ordering': [
'error',
Expand Down Expand Up @@ -157,11 +158,6 @@ module.exports = tsEslint.config(
'sort-keys': ['error', 'asc', { natural: true }],
},
},
/*
* {
* rules: importPlugin.configs.recommended.rules,
* },
*/
{
files: ['**/*.ts'],
rules: {
Expand Down

0 comments on commit 71b6c7b

Please sign in to comment.