build: Update linting config

This commit is contained in:
Cole Bemis
2017-11-19 18:01:04 -08:00
committed by GitHub
parent 343388c892
commit 14c796917d
6 changed files with 799 additions and 82 deletions

3
.lintstagedrc Normal file
View File

@@ -0,0 +1,3 @@
{
"*.js": "eslint"
}