Skip to content

Commit

Permalink
chore: ignore Playwright tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Feb 5, 2024
1 parent 7ab4799 commit 805cd0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
const eslintConfig = {
root: true,
parser: '@typescript-eslint/parser',
parserOptions: {
project: true,
tsconfigRootDir: __dirname,
},

plugins: ['@typescript-eslint', 'testing-library', 'jest-dom', 'jest', 'import'],

Expand Down

0 comments on commit 805cd0f

Please sign in to comment.