Skip to content

Commit 9362284

Browse files
committed
Removed test from eslint
1 parent 401e6fc commit 9362284

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
"watch:esm": "rollup -c --environment target:esm -w",
6565
"watch:umd": "rollup -c --environment target:umd -w",
6666
"docs": "typedoc",
67-
"lint": "eslint src test rollup.config.mjs eslint.config.mjs",
68-
"lint:fix": "eslint src test rollup.config.mjs eslint.config.mjs --fix",
67+
"lint": "eslint src rollup.config.mjs eslint.config.mjs",
68+
"lint:fix": "eslint src rollup.config.mjs eslint.config.mjs --fix",
6969
"type:check": "tsc --noEmit",
7070
"publint": "publint",
7171
"test": "mocha"

0 commit comments

Comments
 (0)