14 lines
190 B
Plaintext
14 lines
190 B
Plaintext
{
|
|
"root": true,
|
|
"extends": "babel",
|
|
"plugins": [
|
|
"prettier"
|
|
],
|
|
"rules": {
|
|
"prettier/prettier": ["error", { "trailingComma": "all" }]
|
|
},
|
|
"env": {
|
|
"node": true
|
|
}
|
|
}
|