0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/packages/.eslintrc
2021-04-09 17:54:01 +02:00

6 lines
99 B
Text

{
"rules": {
"no-useless-escape": 0,
"@typescript-eslint/no-non-null-assertion": 0
}
}