added eslint configuration files and scripts

This commit is contained in:
Akinwale Ariwodola 2018-01-19 12:24:49 +01:00
parent 7a5d25d3d9
commit cf069259a8

View file

@ -2,9 +2,6 @@
"linters": {
"src/**/*.{js}": [
"prettier --write",
"git add"
],
"src/**/*.{js}": [
"eslint --fix",
"git add"
]