theia
Version:
Finds all npm modules in your directory and detects packages that are missing from your package.json
23 lines (22 loc) • 607 B
Plain Text
{
"brace_style": "collapse",
"break_chained_methods": false,
"e4x": false,
"eval_code": false,
"indent_char": " ",
"indent_level": 0,
"indent_size": 2,
"indent_with_tabs": false,
"jslint_happy": true,
"keep_array_indentation": false,
"keep_function_indentation": false,
"max_preserve_newlines": 3,
"preserve_newlines": true,
"space_before_conditional": true,
"space_in_paren": false,
"unescape_strings": false,
"wrap_line_length": 80,
"wrap-attributes-indent-size": 2,
"wrap-attributes": "force",
"preserve-newlines": true
}