0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/e2e/cli/e2e-yarn3/.eslintrc

8 lines
145 B
Text
Raw Normal View History

2019-12-15 02:52:55 -05:00
{
"rules": {
2020-08-13 16:36:23 -05:00
"no-console": 0,
2019-12-15 02:52:55 -05:00
"@typescript-eslint/no-var-requires": 0,
"@typescript-eslint/explicit-member-accessibility": 0
}
}