summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorSerubin <Serubin@serubin.net>2017-03-23 00:34:35 -0400
committerSerubin <Serubin@serubin.net>2017-03-23 00:46:16 -0400
commite088159c2f539e6dc6114658d7fef02d719145f3 (patch)
treebae27c8f6efac29d776ee86139de2c0c96884857 /package.json
parent0586593caaff51fb14729f38f65c63e597cb3bc7 (diff)
downloadwekan-e088159c2f539e6dc6114658d7fef02d719145f3.tar.gz
wekan-e088159c2f539e6dc6114658d7fef02d719145f3.tar.bz2
wekan-e088159c2f539e6dc6114658d7fef02d719145f3.zip
Eslint will now ignore packages directory.
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": {