Last active
March 6, 2019 19:05
-
-
Save rg-najera/285863f8ea94168a269b38c096395753 to your computer and use it in GitHub Desktop.
config.cson
This file contains 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
"*": | |
"atom-ide-ui": | |
"atom-ide-code-format": | |
formatOnSave: true | |
"atom-package-deps": | |
ignored: [ | |
"linter-tidy" | |
"linter-sass-lint" | |
"linter-scss-lint" | |
"linter-scss-lint" | |
"linter-scss-lint" | |
] | |
"linter-eslint": | |
ignoreFixableRulesWhileTyping: true | |
"linter-scss-lint": | |
disableWhenNoConfigFileInPath: true | |
"linter-ui-default": {} | |
"platformio-ide-terminal": | |
style: | |
theme: "one-dark" | |
"prettier-atom": | |
formatOnSaveOptions: | |
enabled: true | |
showInStatusBar: true | |
prettierOptions: | |
jsxBracketSameLine: true | |
singleQuote: true | |
useEslint: true | |
useStylelint: true | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment