change gulp to mjs

This commit is contained in:
Matt Walsh
2024-07-07 22:21:53 -05:00
parent 168c0c5caf
commit 75314d92c9
7 changed files with 456 additions and 268 deletions

View File

@@ -22,7 +22,7 @@ module.exports = {
},
parserOptions: {
ecmaVersion: 2021,
ecmaVersion: 2023,
},
plugins: [
'unicorn',