We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 280e4d9 commit 8a4581eCopy full SHA for 8a4581e
package.json
@@ -3,7 +3,8 @@
3
"private": true,
4
"scripts": {
5
"clean": "rimraf output && rimraf .pulp-cache",
6
- "build": "eslint src && pulp build -- --censor-lib --strict"
+ "build": "eslint src && pulp build -- --censor-lib --strict",
7
+ "lint": "eslint src"
8
},
9
"devDependencies": {
10
"eslint": "^8.34.0",
0 commit comments