Skip to content

Commit

Permalink
Merge pull request #55 from applehat/develop
Browse files Browse the repository at this point in the history
asap messaging, localization efforts, codestyle
  • Loading branch information
Rytiggy committed Feb 15, 2019
2 parents 24ecc83 + cb179d9 commit a02fd64
Show file tree
Hide file tree
Showing 30 changed files with 2,100 additions and 1,947 deletions.
24 changes: 24 additions & 0 deletions .eslintrc.json
@@ -0,0 +1,24 @@
{
"env": {
"browser": true,
"es6": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"sourceType": "module"
},
"rules": {
"indent": [
"error",
"tab"
],
"linebreak-style": [
"error",
"unix"
],
"no-console": 0
}
}
7 changes: 7 additions & 0 deletions .jshintrc
@@ -0,0 +1,7 @@
{
"asi": true,
"esnext": true,
"lastsemic": false,
"laxbreak": false,
"laxcomma": false
}
5 changes: 0 additions & 5 deletions .vscode/tasks.json
Expand Up @@ -8,11 +8,6 @@
"script": "build",
"problemMatcher": []
},
{
"type": "npm",
"script": "build-and-install",
"problemMatcher": []
},
{
"type": "npm",
"script": "install",
Expand Down

0 comments on commit a02fd64

Please sign in to comment.