Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit 09b8848

Browse files
committed
chore: add lint script
1 parent f60bdd6 commit 09b8848

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"scripts": {
1111
"start": "cross-env NODE_ENV=development node scripts/webserver.js",
1212
"build": "cross-env NODE_ENV=production webpack",
13-
"prettier": "prettier --write '**/*.{js,jsx,ts,tsx,css,html}'"
13+
"prettier": "prettier --write '**/*.{js,jsx,ts,tsx,css,html}'",
14+
"lint": "eslint --ext .ts,.tsx,.js,.jsx"
1415
},
1516
"dependencies": {
1617
"@babel/core": "^7.12.10",

0 commit comments

Comments
 (0)