0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 23:45:29 -05:00

fix: eslint missing warnings on ui

This commit is contained in:
Juan Picado @jotadeveloper 2017-07-22 16:48:05 +02:00
parent b0edff4963
commit 0f31b364e8
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -15,6 +15,13 @@
]
}
],
"no-unused-vars": [
2,
{
"vars": "all",
"args": "all"
}
],
"comma-dangle": 0,
"semi": 1,
"react/no-danger-with-children": 1,