Skip to content

Commit

Permalink
Remove '**/*.tsx' reference from .eslintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
robmorgan-tab authored Nov 25, 2022
1 parent 65e4e78 commit a837819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module.exports = {
rules: jsRules,
overrides: [
{
files: ['**/*.ts', '**/*.tsx'],
files: ['**/*.ts'],
extends: tsExtends,
parser: '@typescript-eslint/parser',
parserOptions: tsParserOptions,
Expand Down

0 comments on commit a837819

Please sign in to comment.