lint jsx files

This commit is contained in:
Lachlan Kermode
2019-01-23 11:35:34 +00:00
parent 939a4833b8
commit fb4d0c2d86
28 changed files with 572 additions and 627 deletions

View File

@@ -9,7 +9,7 @@
"build": "NODE_ENV=production webpack --mode production",
"test": "ava --verbose",
"test-watch": "ava --watch",
"lint": "standard \"src/**/*.js\" \"test/**/*.js\""
"lint": "standard \"src/**/*.js\" \"src/**/*.jsx\" \"test/**/*.js\""
},
"dependencies": {
"babel-polyfill": "^6.26.0",