Skip to content

Commit

Permalink
remove github plugin for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Nov 22, 2024
1 parent 4c6a631 commit ab689ee
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 931 deletions.
3 changes: 0 additions & 3 deletions config/eslint.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module.exports = {
parser: '@typescript-eslint/parser',
plugins: [
'@typescript-eslint',
'github',
'implicit-dependencies',
'import',
],
Expand Down Expand Up @@ -54,7 +53,6 @@ module.exports = {
'@typescript-eslint/return-await': 'error',
'@typescript-eslint/strict-boolean-expressions': ['error'],
eqeqeq: 'error',
'github/array-foreach': 'error',
'implicit-dependencies/no-implicit': ['error', { peer: true, dev: true, optional: true }],
'import/default': 'error',
'import/export': 'error',
Expand Down Expand Up @@ -82,7 +80,6 @@ module.exports = {
'no-console': 'warn',
'no-debugger': 'error',
'no-dupe-class-members': 'off',
'no-extra-semi': 'off',
'no-redeclare': 'off',
'no-unused-vars': 'off',
'no-var': 'error',
Expand Down
Loading

0 comments on commit ab689ee

Please sign in to comment.