Skip to content

Commit

Permalink
SCKAN-206 chore: Add .eslintignore
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsobspinto committed Jan 26, 2024
1 parent 9269f03 commit f5f0eda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions frontend/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dist
.eslintrc.cjs
src/apiclient/
1 change: 0 additions & 1 deletion frontend/eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module.exports = {
'plugin:@typescript-eslint/recommended',
'plugin:react-hooks/recommended',
],
ignorePatterns: ['dist', '.eslintrc.cjs'],
parser: '@typescript-eslint/parser',
plugins: ['react-refresh'],
rules: {
Expand Down
1 change: 0 additions & 1 deletion frontend/src/custom.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable no-eval */
declare module "*.svg" {
const content: string;
export default content;
Expand Down

0 comments on commit f5f0eda

Please sign in to comment.