mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 14:59:12 +02:00
16 lines
242 B
JSON
16 lines
242 B
JSON
{
|
|
"globals": {
|
|
"browser": true,
|
|
"chrome": true
|
|
},
|
|
"rules": {
|
|
"no-set-state": "off"
|
|
},
|
|
"env": {
|
|
"browser": true,
|
|
"es6": true
|
|
},
|
|
"extends": [
|
|
"eslint:recommended"
|
|
]
|
|
} |