loopback-datasource-juggler/test/.eslintrc

8 lines
160 B
Plaintext

{
"rules": {
// NOTE(bajtos) We should eventually get rid of this override,
// and fix those 200+ violations instead
"padded-blocks": "off"
}
}