Browse Source

add eslint command

pull/64/head
Mikael Finstad 6 years ago
parent
commit
adb90227dc
  1. 3
      package.json

3
package.json

@ -25,7 +25,8 @@
"p-map": "^4.0.0"
},
"scripts": {
"test": "exit 0"
"test": "exit 0",
"lint": "eslint ."
},
"repository": {
"type": "git",

Loading…
Cancel
Save