summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 6ceb6e29..d591a213 100644
--- a/package.json
+++ b/package.json
@@ -7,6 +7,9 @@
"lint": "eslint --ignore-pattern 'packages/*' .",
"test": "npm run --silent lint"
},
+ "eslintConfig": {
+ "extends": "@meteorjs/eslint-config-meteor"
+ },
"repository": {
"type": "git",
"url": "git+https://github.com/wekan/wekan.git"