From d04b02ef1981029957723d4b99c657b134cc22e7 Mon Sep 17 00:00:00 2001 From: Edoardo Cavazza Date: Mon, 4 Mar 2024 16:13:13 +0100 Subject: [PATCH] Fix lint issues --- .eslintrc.json | 3 ++- tests/prototype.bench.js | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index d58ddcf..0bef8d7 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -2,5 +2,6 @@ "extends": ["@chialab/eslint-config"], "env": { "browser": true - } + }, + "ignorePatterns": ["public/", "types/", "coverage/"] } diff --git a/tests/prototype.bench.js b/tests/prototype.bench.js index c37cffc..a54cb72 100644 --- a/tests/prototype.bench.js +++ b/tests/prototype.bench.js @@ -1,5 +1,3 @@ -/* eslint-disable mocha/no-setup-in-describe */ - import { h, render } from 'preact'; import { bench, describe } from 'vitest';