Skip to content

Instantly share code, notes, and snippets.

@abhirathore2006
Created July 9, 2017 18:09
Show Gist options
  • Save abhirathore2006/453ec6567d6e1c11e7c02f40209c8951 to your computer and use it in GitHub Desktop.
Save abhirathore2006/453ec6567d6e1c11e7c02f40209c8951 to your computer and use it in GitHub Desktop.
{
"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