mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-27 19:37:04 +02:00
mv .gitignore. fix indents. update eslint config. use export and global to fix eslint errors
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
{
|
||||
"globals": {"chrome": true},
|
||||
"globals": {
|
||||
"browser": true,
|
||||
"chrome": true
|
||||
},
|
||||
"rules": {
|
||||
"no-set-state": "off"
|
||||
},
|
||||
"env": {
|
||||
"browser": true,
|
||||
"browser": true,
|
||||
"es6": true
|
||||
}
|
||||
},
|
||||
"extends": [
|
||||
"eslint:recommended"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user