1245 eslint linting (#1486)

* Adds `yarn lint` to `make lint`
* Closes #1245
This commit is contained in:
Kevin Chung
2020-06-12 03:11:45 -04:00
committed by GitHub
parent a30437c1fa
commit c3897f9527
61 changed files with 308 additions and 344 deletions

View File

@@ -13,5 +13,6 @@ module.exports = {
"sourceType": "module"
},
"rules": {
"no-unused-vars": ["error", { "argsIgnorePattern": "^_" }]
}
};