Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Apr 10, 2024
1 parent bccc3d9 commit 707ce89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"unicorn/no-useless-undefined": 0,
"unicorn/prevent-abbreviations": 0,
"unicorn/switch-case-braces": 0,
"unicorn/no-empty-file": 0
"unicorn/no-empty-file": 0,
"unicorn/import-style": 0
},
"ignorePatterns": ["**/dist/**", "**/node_modules/**", "coverage/**"]
}

0 comments on commit 707ce89

Please sign in to comment.