Eslint will now ignore packages directory.

reviewable/pr932/r2
Serubin 8 years ago
parent 0586593caa
commit e088159c2f
  1. 2
      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": {

Loading…
Cancel
Save