14 lines
212 B
Plaintext
14 lines
212 B
Plaintext
{
|
|
"extends": "airbnb-base",
|
|
"rules": {
|
|
"no-underscore-dangle": 0,
|
|
"linebreak-style": 0,
|
|
"global-require": 0,
|
|
"no-await-in-loop": 0,
|
|
},
|
|
"env": {
|
|
"browser": true,
|
|
"node": true
|
|
}
|
|
}
|