You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
349 B
20 lines
349 B
{
|
|
"browser": true,
|
|
"devel": true,
|
|
"eqeqeq": true,
|
|
"esversion": 8,
|
|
"globals": {
|
|
"browser": false, // global variable in Firefox, Edge
|
|
"self": false,
|
|
"chrome": false,
|
|
"log": false,
|
|
"webext": false,
|
|
"vAPI": false,
|
|
"µMatrix": false
|
|
},
|
|
"laxbreak": true,
|
|
"strict": "global",
|
|
"undef": true,
|
|
"unused": true,
|
|
"validthis": true
|
|
}
|