Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
plugins
- @eslint-community/eslint-plugin-eslint-comments
- @eslint/js
- eslint-config-love
- eslint-plugin-jsdoc
- eslint-plugin-sonarjs
- typescript-eslint

remove @typescript-eslint/member-delimiter-style rule
  • Loading branch information
dangowans committed Aug 30, 2024
1 parent b4ae838 commit f634694
Show file tree
Hide file tree
Showing 4 changed files with 3,377 additions and 285 deletions.
11 changes: 0 additions & 11 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,6 @@ export const config = tseslint.config(eslint.configs.recommended, ...tseslint.co
'no-secrets': eslintPluginNoSecrets
},
rules: {
'@typescript-eslint/member-delimiter-style': [
'error',
{
multiline: {
delimiter: 'none'
},
singleline: {
delimiter: 'semi'
}
}
],
'@typescript-eslint/no-extra-semi': 'off',
'@typescript-eslint/no-non-null-assertion': 'warn',
'@typescript-eslint/no-misused-promises': 'warn',
Expand Down
11 changes: 0 additions & 11 deletions eslint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,6 @@ export const config = tseslint.config(
'no-secrets': eslintPluginNoSecrets
},
rules: {
'@typescript-eslint/member-delimiter-style': [
'error',
{
multiline: {
delimiter: 'none'
},
singleline: {
delimiter: 'semi'
}
}
],
'@typescript-eslint/no-extra-semi': 'off',
'@typescript-eslint/no-non-null-assertion': 'warn',
'@typescript-eslint/no-misused-promises': 'warn',
Expand Down
Loading

0 comments on commit f634694

Please sign in to comment.