1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

Add eslint support

This commit is contained in:
Denis Demchenko
2017-12-20 23:29:06 +02:00
parent b1170af9d8
commit ad2589f699
11 changed files with 1110 additions and 183 deletions

View File

@@ -25,6 +25,11 @@
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"eslint": "^4.13.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-ava": "^4.4.0",
"eslint-plugin-import": "^2.8.0",
"husky": "^0.14.3",
"sinon": "^2.4.1",
"testem": "^1.18.4",
"yamljs": "^0.3.0"
@@ -42,6 +47,7 @@
"test": "test"
},
"scripts": {
"lint": "./node_modules/.bin/eslint ./src --fix",
"testem": "testem",
"test": "./node_modules/.bin/ava"
},