0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-23 22:27:34 -05:00
verdaccio/test/unit/modules/plugin/partials/test-plugin-storage/.eslintrc

7 lines
84 B
Text
Raw Normal View History

2019-09-26 11:22:14 -05:00
{
"rules": {
"@typescript-eslint/no-empty-function": 0,
"no-var": 0
2019-09-26 11:22:14 -05:00
}
}