mirror of
https://github.com/dessant/buster.git
synced 2024-11-13 19:10:34 +00:00
10 lines
110 B
JSON
Executable File
10 lines
110 B
JSON
Executable File
{
|
|
"parserOptions": {
|
|
"ecmaVersion": 8,
|
|
"sourceType": "module"
|
|
},
|
|
"rules": {
|
|
"semi": 2
|
|
}
|
|
}
|