Last active
April 25, 2017 18:47
-
-
Save joma74/9a8ed08ebd967b5989a0f9c041eebf7d to your computer and use it in GitHub Desktop.
!Atom
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
| All about Atom |
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
| { | |
| "ecmaVersion": 6, | |
| "libs": [ | |
| "browser" | |
| ], | |
| "plugins": { | |
| "doc_comment": { | |
| "fullDocs": true, | |
| "strong": true | |
| }, | |
| "modules": { | |
| "dontLoad": "", | |
| "load": "", | |
| "modules": "" | |
| }, | |
| "es_modules": {}, | |
| "commonjs": {}, | |
| "node_resolve": {}, | |
| "node": {} | |
| }, | |
| "loadEagerly": [], | |
| "dontLoad": [] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment