Created
July 9, 2017 18:09
-
-
Save abhirathore2006/453ec6567d6e1c11e7c02f40209c8951 to your computer and use it in GitHub Desktop.
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
{ | |
"compileOnSave": false, | |
"buildOnSave": false, | |
"compilerOptions": { | |
"module": "es6", | |
"jsx": "react", | |
"target": "es6", | |
"moduleResolution": "node", | |
"preserveConstEnums": true, | |
"emitDecoratorMetadata": true, | |
"experimentalDecorators": true, | |
"noImplicitAny": false, | |
"noEmitOnError": false, | |
"sourceMap": true, | |
"skipLibCheck": true | |
}, | |
"exclude": [ | |
"node_modules", | |
"dev_server.js" | |
], | |
"formatCodeOptions": { | |
"indentSize": 4, | |
"tabSize": 4, | |
"newLineCharacter": "\r\n", | |
"convertTabsToSpaces": true, | |
"insertSpaceAfterCommaDelimiter": true, | |
"insertSpaceAfterSemicolonInForStatements": true, | |
"insertSpaceBeforeAndAfterBinaryOperators": true, | |
"insertSpaceAfterKeywordsInControlFlowStatements": true, | |
"insertSpaceAfterFunctionKeywordForAnonymousFunctions": false, | |
"insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false, | |
"placeOpenBraceOnNewLineForFunctions": false, | |
"placeOpenBraceOnNewLineForControlBlocks": false | |
}, | |
"atom":{ | |
"formatOnSave":true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment