Skip to content

Commit e57fd5b

Browse files
committed
chore: remove eslint ignore comment
1 parent 285cfc7 commit e57fd5b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.eslintrc.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@
4949
"overrides": [
5050
{
5151
"files": [
52+
"**/*.test.ts",
5253
"**/*.test.js",
5354
"**/*.test.jsx",
55+
"**/tests/**/*.ts",
5456
"**/tests/**/*.js",
5557
"**/tests/**/*.jsx",
5658
"rollup.config.js",

packages/primitives/tests/index.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/* eslint-disable import/no-unresolved */
2-
/* eslint-disable import/no-extraneous-dependencies */
32

43
import { describe, expect, test } from 'vitest';
54

0 commit comments

Comments
 (0)