We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 401e6fc commit 9362284Copy full SHA for 9362284
package.json
@@ -64,8 +64,8 @@
64
"watch:esm": "rollup -c --environment target:esm -w",
65
"watch:umd": "rollup -c --environment target:umd -w",
66
"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",
+ "lint": "eslint src rollup.config.mjs eslint.config.mjs",
+ "lint:fix": "eslint src rollup.config.mjs eslint.config.mjs --fix",
69
"type:check": "tsc --noEmit",
70
"publint": "publint",
71
"test": "mocha"
0 commit comments