mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 14:59:12 +02:00
11 lines
150 B
JSON
11 lines
150 B
JSON
{
|
|
"env": {
|
|
"browser": true,
|
|
"es6": true,
|
|
"webextensions": true
|
|
},
|
|
"extends": [
|
|
"eslint:recommended"
|
|
]
|
|
}
|