You've already forked hugo-extended
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:
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user