Update#8
Conversation
alessandro-fazzi
left a comment
There was a problem hiding this comment.
Hey I'm really happy to sse this one from a still-sturdy Sublime's user!
Generally I need to understand better some configurations, but there are a couple of more generally useful comments, such as the Wordpress package exclusion and the node binary config.
Thanks for the update/contrib ;) <3
| *.last-run | ||
| Package Control.ca-list | ||
| *ca-bundle | ||
| sublime/User/oscrypto-ca-bundle.crt |
There was a problem hiding this comment.
Would you mind to explain the nature of this certificate file? I can't get it by myself :)
| "Materialize", | ||
| "Javascript Beautify", | ||
| "JavaScriptNext - ES6 Syntax", | ||
| "Laravel Blade Highlighter", |
There was a problem hiding this comment.
Would it be affordable to exclude this from the PR? Or it will be easier to iterate with a new commit?
Asking about it 'cos we don't use laravel nor blade in weLaika ;)
| "Svelte", | ||
| "Svelte Snippets", |
There was a problem hiding this comment.
Would it be affordable to exclude this from the PR? Or it will be easier to iterate with a new commit?
Asking about it 'cos we don't - yet? - use svelte in weLaika ;)
| ], | ||
| "bold_folder_labels": true, | ||
| "color_scheme": "Packages/User/SublimeLinter/Material Spacegray (SL).tmTheme", | ||
| "color_scheme": "Packages/Edge Theme/Edge Night Sky.tmTheme", |
There was a problem hiding this comment.
AHAH! Isn't this one too much opinionated? 😂 I'm ready to accept it since i cannot verify myself how much cool it is 😉
| "Vintage" | ||
| "Markdown", | ||
| "Vintage", | ||
| "WordPress" |
There was a problem hiding this comment.
Why this needs to be ignored? I doubt it is a default package... 🤔
| "paths": { | ||
| "linux": [], | ||
| "osx": [ | ||
| "~/.rbenv/shims" |
|
|
||
| "eslint": { | ||
| "disable_if_not_dependency": true, | ||
| "env": { "PATH": "/usr/local/opt/node@8/bin" } |
There was a problem hiding this comment.
This one sounds awkward. Node8 is really old and I'd expect nvm to be used into projects. I'm i missing something?
Update sublime files with more linters and new settings