mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
update browser stuff and browser eslint (#1938)
* Update browser.js * Update .eslintrc.json * Update package.json * Update package.json * stop doing manually what webpack can do for us * Update .eslintrc.json * Update package.json
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
"es6": true,
|
||||
"node": true
|
||||
},
|
||||
"overrides": [
|
||||
{ "files": ["*.browser.js"], "env": { "browser": true } }
|
||||
],
|
||||
"rules": {
|
||||
"no-await-in-loop": "warn",
|
||||
"no-compare-neg-zero": "error",
|
||||
|
||||
Reference in New Issue
Block a user