Fixing linting

This commit is contained in:
David Négrier 2020-05-01 23:48:30 +02:00
parent 0c04d4305b
commit d72741ce0c
4 changed files with 7 additions and 6 deletions

View file

@ -24,6 +24,7 @@
"scripts": {
"start": "webpack-dev-server --open",
"build": "webpack",
"lint": "node_modules/.bin/eslint src/ . --ext .ts"
"lint": "node_modules/.bin/eslint src/ . --ext .ts",
"fix": "node_modules/.bin/eslint --fix src/ . --ext .ts"
}
}