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