Skip to content

Commit

Permalink
Refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
tmuguet committed Jan 11, 2019
1 parent f1d36c0 commit 88f71f9
Show file tree
Hide file tree
Showing 63 changed files with 16,768 additions and 12,919 deletions.
10 changes: 10 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"extends": "airbnb-base",
"rules": {
"no-underscore-dangle": "off",
"no-param-reassign": ["error", { "props": false }],
"max-len": ["error", { "code": 120 }],
"import/no-unresolved": "off",
"import/no-extraneous-dependencies": "off"
}
}
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.DS_Store
node_modules
key.txt

dist
www-*
coverage
12 changes: 0 additions & 12 deletions .jscsrc

This file was deleted.

10 changes: 0 additions & 10 deletions .jshintrc

This file was deleted.

8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"git.ignoreLimitWarning": true,
"prettier.eslintIntegration": true,
"prettier.printWidth": 120,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "es5"
}
16 changes: 16 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "bundle",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
1 change: 0 additions & 1 deletion css/map2gpx.min.css

This file was deleted.

Loading

0 comments on commit 88f71f9

Please sign in to comment.