shared-hugo-scripts/wiki/.eslintrc.json

10 lines
147 B
JSON
Raw Normal View History

2020-07-05 22:24:18 +00:00
{
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
},
"rules": {
"indent": ["error", "tab"]
}
}