[PLUGINS] ~maj globale
[lhc/web/www.git] / www / plugins / gis / javascript / .eslintrc
1 {
2 "rules": {
3 "camelcase": 0,
4 "quotes": [2, "single", "avoid-escape"],
5 "no-mixed-spaces-and-tabs": [2, "smart-tabs"],
6 "space-before-function-paren": 2,
7 "space-in-parens": 2,
8 "object-curly-spacing": [2, "never"],
9 "array-bracket-spacing": 2,
10 "computed-property-spacing": 2,
11 "space-before-blocks": 2,
12 "keyword-spacing": 2,
13 "no-lonely-if": 2,
14 "comma-style": 2,
15 "no-underscore-dangle": 0,
16 "no-constant-condition": 0,
17 "no-multi-spaces": 0,
18 "strict": 0,
19 "key-spacing": 0,
20 "no-shadow": 0,
21 "no-unused-vars": 2
22 },
23 "globals": {
24 "L": true,
25 "module": false,
26 "define": false,
27 "require": true
28 },
29 "env": {
30 "browser": true
31 }
32 }