mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
10 lines
148 B
JSON
10 lines
148 B
JSON
{
|
|
"globals": {"chrome": true},
|
|
"rules": {
|
|
"no-set-state": "off"
|
|
},
|
|
"env": {
|
|
"browser": true,
|
|
"es6": true
|
|
}
|
|
} |