yarn: add lint command.

master
Tom Hacohen 2019-11-06 22:55:56 +02:00
parent 29d4153e60
commit 416ba70b51
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"lint": "eslint --ext .js,.jsx,.ts,.tsx --ignore-pattern '*.d.ts' src",
"eject": "react-scripts eject"
},
"devDependencies": {