Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
chore(ui-leaflet-layers): change preprocessor to babel
Browse files Browse the repository at this point in the history
  • Loading branch information
elesdoar committed Sep 24, 2016
1 parent e8b7ad5 commit e4ab309
Show file tree
Hide file tree
Showing 33 changed files with 635 additions and 466 deletions.
30 changes: 30 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "script",
"ecmaFeatures": {
"jsx": true
}
},
"env": {
"browser": true,
"amd": true,
"mocha": true,
"jquery": true
},
"extends": "eslint:recommended",
"rules": {
"semi": 1,
"eqeqeq": 1,
"quotes": [1, "single"],
"indent": [1, 2, {"SwitchCase": 1}],
"no-trailing-spaces": 1,
"camelcase": 1,
"comma-dangle": 1,
"curly": 1
},
"globals": {
"angular": true,
"L": true
}
}
Empty file added CHANGELOG.md
Empty file.
Loading

0 comments on commit e4ab309

Please sign in to comment.