Skip to content

Instantly share code, notes, and snippets.

@ShinyChang
Created March 25, 2019 16:06
Show Gist options
  • Save ShinyChang/a6c2178ed246ed3c75a18d8b5cb54750 to your computer and use it in GitHub Desktop.
Save ShinyChang/a6c2178ed246ed3c75a18d8b5cb54750 to your computer and use it in GitHub Desktop.
{
"defaults": {
"custom_template_tags": false,
"flow_types": false,
"jsx": false,
},
"configurations": {
"Default": {},
"React": {
"file_extensions": [ "js", "jsx" ],
"flow_types": true,
"jsx": true,
"eslint_directives": true,
"string_object_keys": true,
"styled_components": true,
}
},
"embed_configuration": {
"name": "JS Custom (Embedded)",
"scope": "source.js",
"hidden": true,
"file_extensions": [],
"custom_template_tags": false,
},
"auto_build": true,
"jsx_close_tag": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment