8 lines
110 B
Plaintext
8 lines
110 B
Plaintext
{
|
|
"extends": "airbnb-base",
|
|
"rules": {
|
|
"import/prefer-default-export": 0,
|
|
"no-plusplus": 0
|
|
},
|
|
}
|