9 lines
147 B
JSON
9 lines
147 B
JSON
{
|
|
"parserOptions": {
|
|
"ecmaVersion": 6,
|
|
"sourceType": "module"
|
|
},
|
|
"rules": {
|
|
"indent": ["error", "tab"]
|
|
}
|
|
}
|