Skip to content

Commit

Permalink
Fix ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Mar 29, 2024
1 parent ef474bb commit ab85a27
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.yaml
@@ -1,3 +1,4 @@
root: true
extends:
- remcohaszing
rules:
Expand All @@ -7,3 +8,8 @@ overrides:
- '*.md/*.js'
rules:
import/no-extraneous-dependencies: off
- files:
- '**/*.test.ts'
rules:
jsdoc/require-jsdoc: off
import/no-extraneous-dependencies: off

0 comments on commit ab85a27

Please sign in to comment.