7 lines
103 B
Plaintext
7 lines
103 B
Plaintext
{
|
|
"rules": {
|
|
"prettier/prettier": ["error", { "trailingComma": "all" }],
|
|
"no-undef": 2
|
|
}
|
|
}
|