fix(linting): Adding standard linting

This commit is contained in:
Chris Troutner
2020-07-06 13:56:15 -07:00
parent ea9b87d1c4
commit 8dddc9abfe
32 changed files with 759 additions and 748 deletions
+1
View File
@@ -10,6 +10,7 @@
"build:normal": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"lint": "standard --env mocha --fix",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",