10 lines
127 B
JSON
10 lines
127 B
JSON
{
|
|
"rules": {
|
|
"semicolon": [
|
|
true,
|
|
"always"
|
|
],
|
|
"prefer-const": true
|
|
}
|
|
}
|