-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* firt commit with new structure * basic files back * some spaces removed * some spaces removed * some files updated * start fixed * yarn example buld done * bump release * test fixed * eslint added for codacy * all .js files indentated * test.js fixed * test.js fixed
- Loading branch information
Showing
96 changed files
with
5,627 additions
and
16,972 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,44 @@ | ||
{ | ||
"env": { | ||
"es6": true, | ||
"browser": true, | ||
"jasmine": true | ||
}, | ||
"rules": { | ||
"block-scoped-var": 2, | ||
"no-eval": 2, | ||
"no-eq-null": 2, | ||
"no-case-declarations": 2, | ||
"no-alert": 1, | ||
"no-multi-spaces": 1, | ||
"no-multi-str": 1, | ||
"no-undef": 0, | ||
"indent": ["error", 4, { "SwitchCase": 1 }], | ||
"no-unused-vars": 1, | ||
"quotes": [2, "single"], | ||
"env": { | ||
"es6": true, | ||
"browser": true, | ||
"jasmine": true | ||
}, | ||
"rules": { | ||
"block-scoped-var": 2, | ||
"no-eval": 2, | ||
"no-eq-null": 2, | ||
"no-case-declarations": 2, | ||
"no-alert": 1, | ||
"no-multi-spaces": 1, | ||
"no-multi-str": 1, | ||
"no-undef": 0, | ||
"indent": ["error", 4, { "SwitchCase": 1 }], | ||
"no-unused-vars": 1, | ||
"quotes": [2, "single"], | ||
|
||
"angular/on-watch": 0, | ||
"angular/on-watch": 0, | ||
|
||
"strict": "off", | ||
"strict": "off", | ||
|
||
"no-shadow-restricted-names": 2, | ||
"no-shadow-restricted-names": 2, | ||
|
||
"array-bracket-spacing": 1, | ||
"camelcase": [1, {properties: "never"}], | ||
"comma-style": 1, | ||
"comma-spacing": 1 | ||
}, | ||
"parserOptions": { | ||
"sourceType": "module", | ||
"ecmaFeatures": { | ||
"jsx": true, | ||
"experimentalObjectRestSpread": true | ||
} | ||
}, | ||
"globals": { | ||
"require": true, | ||
"angular": true, | ||
"module": true, | ||
"inject": true | ||
"array-bracket-spacing": 1, | ||
"camelcase": [1, {properties: "never"}], | ||
"comma-style": 1, | ||
"comma-spacing": 1 | ||
}, | ||
"parserOptions": { | ||
"sourceType": "module", | ||
"ecmaFeatures": { | ||
"jsx": true, | ||
"experimentalObjectRestSpread": true | ||
} | ||
}, | ||
"globals": { | ||
"require": true, | ||
"angular": true, | ||
"module": true, | ||
"inject": true | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2016 Reyesoft <[email protected]> | ||
Copyright (c) 2017 Reyesoft <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
Oops, something went wrong.