amd and browser as subconfig

This commit is contained in:
Chris Waring 2021-02-18 12:37:25 +00:00
parent 3bedb14819
commit 22c0f32253
No known key found for this signature in database
GPG Key ID: 4D2E767CC8B1C083
2 changed files with 6 additions and 1 deletions

View File

@ -14,7 +14,6 @@ module.exports = {
},
env: {
browser: true,
amd: true,
node: true,
es2021: true,
},

6
scripts/.eslintrc.js Normal file
View File

@ -0,0 +1,6 @@
module.exports = {
env: {
browser: false,
amd: true,
},
};