This file contains hidden or 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
| no-underscore-dangle: 0 | |
| global-require: 0 | |
| no-bitwise: 0 | |
| max-len: [2, {code: 100, ignoreComments: true, ignoreTemplateLiterals: true }] | |
| consistent-return: 0 | |
| no-mixed-operators: 0 | |
| no-plusplus: 0 | |
| no-continue: 0 | |
| class-methods-use-this: 0 | |
| # comma-dangle: [2, { functions: "never", arrays: "always-multiline", objects: "always-multiline" }] |
This file contains hidden or 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
Show hidden characters
| { | |
| "extends": "airbnb", | |
| "rules": { | |
| "semi": [2, "never"], | |
| "no-use-before-define": 0, | |
| "no-underscore-dangle": 0, | |
| "space-before-function-paren": [2, "always"] | |
| } | |
| } |
This file contains hidden or 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
| Webpack 1.14.0 - | |
| 0fc7c8e3f24ca7e080ef.0.js 173 kB 0 [emitted] | |
| e5c1b9de170b3749e7ae.main.js 950 kB 1 [emitted] main | |
| 5e5e7253128f8f39d05f.2.js 371 kB 2 [emitted] | |
| 9c25f1beb063d867795f.3.js 189 kB 3 [emitted] | |
| 8fa221ea2c5f53825993.4.js 212 kB 4 [emitted] | |
| 6a24971d1bdd638e29a4.5.js 157 kB 5 [emitted] | |
| 77bc8e86b3f0aecf5ac3.6.js 168 kB 6 [emitted] | |
| 2c0272862830fa673b27.7.js 106 kB 7 [emitted] |
This file contains hidden or 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
| { | |
| "workbench.colorTheme": "One Dark Pro", | |
| "window.zoomLevel": 0, | |
| "editor.fontSize": 14, | |
| "editor.rulers": [ | |
| 80, | |
| 100 | |
| ], | |
| "editor.matchBrackets": false, | |
| "workbench.iconTheme": "vscode-icons", |
OlderNewer