buster/.eslintrc.json

10 lines
110 B
JSON
Raw Normal View History

2018-12-04 00:15:57 +00:00
{
"parserOptions": {
"ecmaVersion": 8,
"sourceType": "module"
},
"rules": {
"semi": 2
}
}