CanvasBlocker/.vscode/settings.json

79 lines
1.2 KiB
JSON
Raw Normal View History

2018-08-22 22:16:49 +02:00
{
"cSpell.words": [
2018-10-09 08:14:50 +02:00
"Benachrichtigungsdetails",
2018-08-22 22:16:49 +02:00
"Blockiermodi",
"Blockiermodus",
"Captcha",
2019-11-28 01:13:40 +01:00
"Coord",
"Funktionalitätstest",
2019-12-16 19:31:18 +01:00
"Funktionalitätstests",
2019-11-28 01:13:40 +01:00
"Hyrp",
2018-08-22 22:16:49 +02:00
"Ignorierliste",
2019-02-27 23:49:00 +01:00
"KHTML",
2019-07-07 20:58:20 +02:00
"Krasnaya",
2018-08-22 22:16:49 +02:00
"Maleficient",
"Nachfrageverweigerungsmodus",
"Oakenpants",
"PDFs",
"Palemoon",
2019-07-07 20:58:20 +02:00
"Ploshchad",
2018-09-04 23:29:58 +02:00
"Rect",
"Rects",
2018-08-22 22:16:49 +02:00
"Spoofer",
"Strg",
2018-08-22 22:16:49 +02:00
"Thorin",
2019-11-28 01:13:40 +01:00
"Tiie",
2018-08-22 22:16:49 +02:00
"Vortäuschaktion",
"Vortäuschgröße",
"Vortäuschrate",
"Waterfox",
2019-11-28 01:13:40 +01:00
"arial",
"benachrichtigungsicon",
2019-11-30 15:34:42 +01:00
"canvasblocker",
2018-08-22 22:16:49 +02:00
"collapser",
2019-11-28 01:13:40 +01:00
"darkgreen",
2019-05-03 00:45:35 +02:00
"dont",
2018-08-22 22:16:49 +02:00
"fakeable",
"fragmenter",
2019-05-03 00:45:35 +02:00
"graytext",
"iframe",
2018-08-22 22:16:49 +02:00
"ignorelist",
2019-11-28 01:13:40 +01:00
"lightgray",
"mediump",
"micrococo",
2019-02-27 23:49:00 +01:00
"monero",
"monospace",
2019-11-28 01:13:40 +01:00
"nocanvas",
2019-07-16 18:25:30 +02:00
"onedrive",
2018-08-22 22:16:49 +02:00
"onloaded",
2019-02-27 23:49:00 +01:00
"oscpu",
2018-08-22 22:16:49 +02:00
"prefs",
2018-09-12 00:07:39 +02:00
"promisify",
2019-12-16 19:31:18 +01:00
"recaptcha",
2018-10-09 08:14:50 +02:00
"ruleset",
2018-08-26 23:13:23 +02:00
"spodermenpls",
"statechange",
2018-09-12 00:07:39 +02:00
"unticking",
2018-08-26 23:13:23 +02:00
"webgl",
"whitelisted",
"writeln",
"wyciwyg",
2018-08-26 23:13:23 +02:00
"yfdyh"
2018-08-22 22:16:49 +02:00
],
2019-11-28 01:13:40 +01:00
"cSpell.language": "en,de,en-GB",
"cSpell.ignorePaths": [
2019-11-30 15:34:42 +01:00
"**/package-lock.json",
"**/node_modules/**",
2019-11-28 01:13:40 +01:00
"**/vscode-extension/**",
"**/.git/objects/**",
".vscode",
".eslintrc.json"
2019-11-30 02:05:37 +01:00
],
"eslint.validate": [
"javascript",
"php",
"html"
],
"eslint.options": {"--ext": ".js,.html,.php"},
"eslint.lintTask.enable": true
2018-08-22 22:16:49 +02:00
}