Skip to content

Commit

Permalink
lint e2e-test directory with eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdra committed Nov 6, 2023
1 parent bfd746b commit b49e980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = {
files: ['*.ts', '*.tsx', '*.cts', '*.mts'],
extends: ['@mizdra/mizdra/+typescript', '@mizdra/mizdra/+prettier'],
parserOptions: {
project: ['./tsconfig.json', './e2e-test/import-as-esm-from-esm/tsconfig.json'],
project: ['./tsconfig.json', './e2e-test/tsconfig.json'],
},
},
// for test
Expand Down

0 comments on commit b49e980

Please sign in to comment.