Created
January 17, 2018 19:55
-
-
Save sasha7/7884ea2eebd0ddb9b4b70f94e94dfed2 to your computer and use it in GitHub Desktop.
Revisions
-
sasha7 created this gist
Jan 17, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ { "ecmaVersion": 6, "libs": ["browser"], "loadEagerly": [ "app/**/*.js" ], "plugins": { "doc_comment": { "fullDocs": true }, "es_modules": {}, "modules": {}, "node": {} } }