mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-04-27 08:58:30 -04:00
22 lines
314 B
JSON
22 lines
314 B
JSON
{
|
|
"root": true,
|
|
"env": {
|
|
"es6": true,
|
|
"node": true
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 2020,
|
|
"sourceType": "module"
|
|
},
|
|
"extends": "eslint:recommended",
|
|
"rules": {
|
|
"prefer-destructuring": [
|
|
"error",
|
|
{
|
|
"object": true,
|
|
"array": false
|
|
}
|
|
]
|
|
}
|
|
}
|