Skip to content

Commit 8a4581e

Browse files
committed
Added lint script
1 parent 280e4d9 commit 8a4581e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"private": true,
44
"scripts": {
55
"clean": "rimraf output && rimraf .pulp-cache",
6-
"build": "eslint src && pulp build -- --censor-lib --strict"
6+
"build": "eslint src && pulp build -- --censor-lib --strict",
7+
"lint": "eslint src"
78
},
89
"devDependencies": {
910
"eslint": "^8.34.0",

0 commit comments

Comments
 (0)