15 lines
227 B
Plaintext
15 lines
227 B
Plaintext
{
|
|
"root": true,
|
|
"extends": "babel",
|
|
"plugins": [
|
|
"prettier"
|
|
],
|
|
"rules": {
|
|
"prettier/prettier": ["error", { "trailingComma": "all" }],
|
|
"no-case-declarations": "error"
|
|
},
|
|
"env": {
|
|
"node": true
|
|
}
|
|
}
|