Skip to content
Snippets Groups Projects
Commit b693fce5 authored by Brian Peiris's avatar Brian Peiris
Browse files

Merge branch 'other/travis-lint' into other/prettier

parents ff9b4339 101a2faa
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,8 @@
"postinstall": "node ./scripts/postinstall.js",
"start": "cross-env NODE_ENV=development webpack-dev-server",
"build": "rimraf ./public && cross-env NODE_ENV=production webpack --mode=production",
"prettier": "prettier --write src/**/*.js",
"lint": "eslint *.js src/**/*.js"
"prettier": "prettier --write '*.js' 'src/**/*.js'",
"lint": "eslint '*.js' 'src/**/*.js'"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.5",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment