Skip to content

Commit

Permalink
Updated ignore pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
HunterBarclay committed Mar 16, 2024
1 parent d1c1f12 commit ef20dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fission/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
'plugin:@typescript-eslint/recommended',
'plugin:react-hooks/recommended',
],
ignorePatterns: ['dist', '.eslintrc.cjs'],
ignorePatterns: ['dist', '.eslintrc.cjs', 'src/proto/mirabuf.*', 'src/samples/*'],
parser: '@typescript-eslint/parser',
plugins: ['react-refresh'],
rules: {
Expand Down

0 comments on commit ef20dbe

Please sign in to comment.