Eslint will now ignore packages directory.

This commit is contained in:
Serubin 2017-03-23 00:34:35 -04:00
parent 0586593caa
commit e088159c2f

View file

@ -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": {