2017-09-13 07:52:34 +02:00

8 lines
115 B
Plaintext

{
"extends": "airbnb/base",
"rules": {
"no-underscore-dangle": 0,
"import/no-mutable-exports": 0
}
}