UNPKG

795 BPlain TextView Raw
1env:
2 node: true
3 browser: false
4ecmaFeatures:
5 modules: true
6 arrowFunctions: true
7 blockBindings: true
8rules:
9 quotes: [2, 'single']
10 indent: [2, 2]
11 brace-style: [2, "1tbs"]
12 comma-style: [2, "last"]
13 default-case: 2
14 func-style: [2, "declaration"]
15 guard-for-in: 2
16 no-floating-decimal: 2
17 no-nested-ternary: 2
18 no-undefined: 2
19 radix: 2
20 space-after-function-name: [2, "never"]
21 space-after-keywords: [2, "always"]
22 space-before-blocks: 2
23 spaced-line-comment: [2, "always", { exceptions: ["-"]}]
24 strict: [0, "global"]
25 global-strict: 0
26 valid-jsdoc: [0, { prefer: { "return": "returns"}}]
27 wrap-iife: 2
28 camelcase: 0
29globals:
30 _: true
31 angular: true
32 check: true
33 la: true
34 Raven: true
35 R: true