1. Import
This commit is contained in:
35
html/locating/Leaflet.Control.Layers.Tree-master/.eslintrc
Executable file
35
html/locating/Leaflet.Control.Layers.Tree-master/.eslintrc
Executable file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"rules": {
|
||||
"camelcase": 2,
|
||||
"quotes": [2, "single", "avoid-escape"],
|
||||
"indent": 2,
|
||||
"space-before-function-paren": [2, "never"],
|
||||
"space-in-parens": 2,
|
||||
"object-curly-spacing": 2,
|
||||
"space-before-blocks": 2,
|
||||
"keyword-spacing": 2,
|
||||
"no-lonely-if": 2,
|
||||
"comma-spacing": [2, {"after": true}],
|
||||
"comma-style": 2,
|
||||
"no-underscore-dangle": 0,
|
||||
"no-constant-condition": 0,
|
||||
"no-multi-spaces": 2,
|
||||
"strict": 0,
|
||||
"key-spacing": 2,
|
||||
"no-shadow": 0,
|
||||
"no-console": 2,
|
||||
"no-trailing-spaces": 2,
|
||||
},
|
||||
"globals": {
|
||||
"L": true,
|
||||
"module": true,
|
||||
"define": true
|
||||
},
|
||||
"plugins": [
|
||||
"html"
|
||||
],
|
||||
"settings": {
|
||||
"html/report-bad-indent": 2,
|
||||
"html/indent": "space"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user