Skip to content

Commit

Permalink
chore: remove deprecated rules
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Oct 5, 2024
1 parent b2cd944 commit 3610c34
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions base.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export default [
'no-loss-of-precision': 'error',
'no-misleading-character-class': 'error',
'no-new-native-nonconstructor': 'error',
'no-new-symbol': 'error',
'no-obj-calls': 'error',
'no-promise-executor-return': 'error',
'no-prototype-builtins': 'error',
Expand Down Expand Up @@ -118,7 +117,6 @@ export default [
'max-nested-callbacks': 'off',
'max-params': 'off',
'max-statements': 'off',
'multiline-comment-style': 'off',
'new-cap': 'error',
'no-alert': 'error',
'no-array-constructor': 'error',
Expand Down Expand Up @@ -229,7 +227,6 @@ export default [
//#endregion

//#region Layout & Formatting (https://eslint.org/docs/latest/rules/#layout--formatting)
'line-comment-position': 'off',
'unicode-bom': 'error',
//#endregion

Expand Down

0 comments on commit 3610c34

Please sign in to comment.