Skip to content

Commit d5934ef

Browse files
author
Maurice Snip
committed
chore: add lint command
1 parent 1fbe064 commit d5934ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"api:list": "mockoon-cli list",
2424
"api:start": "mockoon-cli start --data ./mock-api.json",
2525
"api:stop": "mockoon-cli stop mockoon-sulu-headless-mock-api",
26+
"lint": "eslint 'src/**/*.js' && echo 'ESLint: 0 problems found'",
2627
"test": "yarn api:start && npx playwright test ; yarn api:stop"
2728
}
2829
}

0 commit comments

Comments
 (0)