Commit cc595625 authored by AntoninCoulibaly's avatar AntoninCoulibaly Committed by GitHub
Browse files

Merge pull request #11 from Kinetic/dev/FIX/linter

FIX(package.json) - Specify dir for eslint script
parents a148575b b9cde626
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
        "mocha": "^2.3.3"
    },
    "scripts": {
        "lint": "eslint $(git ls-files '*.js')",
        "lint": "eslint $(git ls-files './lib/*.js' './tests/*/*.js')",
        "test": "mocha -r babel/register tests/unit",
        "tests_functional": "make -C tests/functional"
    },