Skip to content

Commit

Permalink
Improve linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Dec 4, 2022
1 parent 76fd8dd commit 7ebee3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1515,6 +1515,9 @@ overrides:
Individual files should not be imported in tests. Instead please
use import the main module.

# Fix Ava linting with TypeScript files
ava/no-ignored-test-files: 0

# Test helpers and fixtures
- files: ['src/helpers/**/*.{js,cjs,mjs}', 'src/fixtures/**/*.{js,cjs,mjs}']
rules:
Expand Down

0 comments on commit 7ebee3f

Please sign in to comment.