mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 16:48:49 +01:00
Eslint will now ignore packages directory.
This commit is contained in:
parent
0586593caa
commit
e088159c2f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue