mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
* Cherry picks the ES language changes from #4690 * Fix small issues found in linting * * Fix all but one eslint complaint in the bundled code * Add eslint and js-beautify rc files into the repo
17 lines
449 B
Plaintext
17 lines
449 B
Plaintext
{
|
|
"indent_size": 2
|
|
, "indent_char": " "
|
|
, "comma_first": true
|
|
, "keep-array-indentation": true
|
|
, "space_after_named_function": true
|
|
, "space_after_anon_function": true
|
|
, "end_with_newline": true
|
|
, "brace_style": "collapse,preserve-inline"
|
|
, "space_in_brace": true
|
|
, "space-in-paren": false
|
|
, "break-chained-methods": false
|
|
, "max-preserve-newlines": 2
|
|
, "space-after-anon-function": false
|
|
, "indent-empty-lines": false
|
|
}
|