fix linting

This commit is contained in:
harttle
2017-12-29 12:14:01 +08:00
parent 9f6e9f2f3f
commit 757a06ee83
7 changed files with 108 additions and 112 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "Liquid template engine by pure JavaScript: compatible to shopify, easy to extend.",
"main": "index.js",
"scripts": {
"lint": "eslint src/ test/",
"lint": "eslint .",
"test": "mocha --recursive",
"coverage": "NODE_ENV=test istanbul cover --report html ./node_modules/mocha/bin/_mocha -- -R spec --recursive",
"lcov": "NODE_ENV=test istanbul cover --report lcovonly ./node_modules/mocha/bin/_mocha -- -R spec --recursive",