1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-07-04 10:16:38 -04:00

Switch to ESM

This commit is contained in:
XhmikosR
2021-12-07 10:34:35 +02:00
parent e524abe8fa
commit e4b83248a0
8 changed files with 131 additions and 209 deletions

View File

@ -5,7 +5,8 @@
"node": true
},
"parserOptions": {
"ecmaVersion": 2019
"ecmaVersion": 2020,
"sourceType": "module"
},
"extends": "eslint:recommended",
"rules": {
@ -15,7 +16,6 @@
"object": true,
"array": false
}
],
"strict": "error"
]
}
}