Skip to content

Commit

Permalink
fix: exlude dist folder from eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-daures committed Feb 8, 2024
1 parent 7716526 commit 7956d8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"extends": "@bubkoo/eslint-config"
"extends": "@bubkoo/eslint-config",
"ignorePatterns": ["dist", "lib", "es"]
}

0 comments on commit 7956d8b

Please sign in to comment.