mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 08:04:49 +01:00
23 lines
402 B
JSON
23 lines
402 B
JSON
|
{
|
||
|
"extends": ["plugin:prettier/recommended"],
|
||
|
"env": {
|
||
|
"browser": true,
|
||
|
"node": true
|
||
|
},
|
||
|
"rules": {
|
||
|
"camelcase": "off",
|
||
|
"no-fallthrough": "off"
|
||
|
},
|
||
|
"globals": {
|
||
|
"chai": true,
|
||
|
"mocha": true,
|
||
|
"WB_wombat_location": true,
|
||
|
"expect": true,
|
||
|
"_": true
|
||
|
},
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": 9,
|
||
|
"sourceType": "module"
|
||
|
}
|
||
|
}
|