Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Mar 4, 2024
1 parent 19fb87a commit d04b02e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"extends": ["@chialab/eslint-config"],
"env": {
"browser": true
}
},
"ignorePatterns": ["public/", "types/", "coverage/"]
}
2 changes: 0 additions & 2 deletions tests/prototype.bench.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint-disable mocha/no-setup-in-describe */

import { h, render } from 'preact';
import { bench, describe } from 'vitest';

Expand Down

0 comments on commit d04b02e

Please sign in to comment.