chore: update docs on lint (#283)
This commit is contained in:
parent
b02370df2f
commit
23704ace1f
2 changed files with 1 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
|||
"license": "Apache-2.0",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"lint": "eslint .",
|
||||
"lint": "npm run update-readme && eslint .",
|
||||
"update-readme": "node utils/update-readme.js",
|
||||
"watch": "tsc --watch",
|
||||
"test": "playwright test",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue