UNPKG

850 BPlain TextView Raw
1env:
2 node: true
3
4rules:
5 quotes: [2, 'single']
6 indent: [2, 2]
7 brace-style: [2, "1tbs"]
8 comma-style: [2, "last"]
9 default-case: 2
10 func-style: [2, "declaration"]
11 guard-for-in: 2
12 no-floating-decimal: 2
13 no-nested-ternary: 2
14 no-undefined: 2
15 radix: 2
16 space-after-function-name: [2, "never"]
17 space-after-keywords: [2, "always"]
18 space-before-blocks: 2
19 spaced-line-comment: [2, "always", { exceptions: ["-"]}]
20 strict: 0
21 valid-jsdoc: [2, { prefer: { "return": "returns"}}]
22 wrap-iife: 2
23 no-console: 1
24 no-irregular-whitespace: 2
25 curly: 2
26 no-multi-spaces: 2
27 no-throw-literal: 2
28 brace-style: 2
29 no-multiple-empty-lines: 2
30 space-after-keywords: 2
31 space-before-blocks: 2
32 space-in-brackets: 0
33 space-in-parens: 2
34globals:
35 la: true
36 check: true