Skip to content

Commit

Permalink
feat(eslint-plugin-experience): remove redundant rule
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Dec 26, 2023
1 parent e87b7a0 commit d725d99
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions projects/eslint-plugin-experience/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -688,14 +688,6 @@ module.exports = {
'vars-on-top': 'error',
},
},
{
files: ['*.component.ts', '*.directive.ts', '**/examples/**/index.ts'],
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint'],
rules: {
'import/extensions': 'off',
},
},
{
files: [
'*.component.ts',
Expand Down

0 comments on commit d725d99

Please sign in to comment.