From b28028ac4082842143b0f528d6bc539da6ccb419 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 21 Sep 2017 12:49:18 -0400 Subject: mega changes, including updates and X --- www/lib/localforage/.jscsrc | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 www/lib/localforage/.jscsrc (limited to 'www/lib/localforage/.jscsrc') diff --git a/www/lib/localforage/.jscsrc b/www/lib/localforage/.jscsrc new file mode 100644 index 00000000..3415b8de --- /dev/null +++ b/www/lib/localforage/.jscsrc @@ -0,0 +1,31 @@ +{ + "esnext": true, + "disallowSpacesInAnonymousFunctionExpression": { + "beforeOpeningRoundBrace": true + }, + "disallowTrailingComma": true, + "requireBlocksOnNewline": true, + "requireLineFeedAtFileEnd": true, + "requireSpaceAfterKeywords": [ + "if", + "else", + "for", + "while", + "do", + "switch", + "return", + "try", + "catch" + ], + "requireSpaceBeforeBlockStatements": true, + "requireSpacesInConditionalExpression": true, + "requireSpacesInFunctionExpression": { + "beforeOpeningCurlyBrace": true + }, + "safeContextKeyword": ["globalObject", "self"], + "validateQuoteMarks": { + "escape": true, + "mark": "'" + }, + "validateIndentation": 4 +} -- cgit v1.2.3