15 lines
218 B
JSON
15 lines
218 B
JSON
{
|
|
"root": true,
|
|
"parserOptions": {
|
|
"sourceType": "module"
|
|
},
|
|
"extends": [
|
|
"eslint-config-airbnb-base",
|
|
"plugin:prettier/recommended"
|
|
],
|
|
"rules": {
|
|
"no-underscore-dangle": "off",
|
|
"no-shadow": "off"
|
|
}
|
|
}
|