Revert "Add browser: true to env map to suppress eslint errors for browser globals"

This reverts commit b314d1b8a1.
See commit 79167ab0f8.
This commit is contained in:
yushijinhun 2018-02-12 13:27:20 +08:00
parent 14b85cd454
commit c07cfefbf1
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
module.exports = { module.exports = {
"root": true, "root": true,
"env": { "env": {
"es6": true, "es6": true
"browser": true
}, },
"extends": "eslint:recommended", "extends": "eslint:recommended",
"parserOptions": { "parserOptions": {