deno.land / x / astring@v1.8.6 / astring.sublime-project

astring.sublime-project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{ "folders": [ { "path": ".", "folder_exclude_patterns": ["node_modules", "coverage", ".nyc_output"] } ], "settings": { "folder_exclude_patterns": [".git", "node_modules", "dist"], "tab_size": 2, "js_prettier": { "auto_format_on_save": true, "auto_format_on_save_excludes": [ "*/dist/*", "*/fixtures/*", "*/node_modules/*", "*/.git/*" ], "allow_inline_formatting": true, "custom_file_extensions": ["sublime-project"], "additional_cli_args": { "--config": "package.json", "--config-precedence": "prefer-file", "--parser": "babel" } } }, "SublimeLinter": { "linters": { "eslint": { "disable": false } } }}
astring

Version Info

Tagged at
11 months ago