summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-03-24 20:41:40 +0200
committerLauri Ojansivu <x@xet7.org>2017-03-24 20:41:40 +0200
commita9059201a7e5a94e86860e6c2da935a24e6f2be5 (patch)
tree38aaebf0fac70a99c6f53ae35972e43ca6f24455 /package.json
parentcfc2175765c6740191aebd482e3bc358d868c811 (diff)
parente088159c2f539e6dc6114658d7fef02d719145f3 (diff)
downloadwekan-a9059201a7e5a94e86860e6c2da935a24e6f2be5.tar.gz
wekan-a9059201a7e5a94e86860e6c2da935a24e6f2be5.tar.bz2
wekan-a9059201a7e5a94e86860e6c2da935a24e6f2be5.zip
Merge branch 'devel' of https://github.com/Serubin/wekan into Serubin-devel
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 78b84ea8..fa8fb9d3 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {
- "lint": "eslint .",
+ "lint": "eslint --ignore-pattern 'packages/*' .",
"test": "npm run --silent lint"
},
"repository": {