Linters, Autoformatters and Sublime Text Plugins
Install Flake8
Install eslint
Install prettier
Install black
pip install black
Edit Base Profile
~/.bash_profile
Install Package Controll
Install Package Control by navigating to: Sublime Text > Preferences > Install Package Control
Install SublimeLinter
Open Package Control: Install Package and select SublimeLinter. This allows us to install Linters, which we must do manually.
Install SublimeLinter-flake8
Open up the Package Control: Install Package again and type flake8
, install the package SublimeLinter-flake8
.
Install SublimeLinter-eslint
Open up the Package Control: Install Package again and type eslint
, install the package SublimeLinter-eslint
.
Install SublimeText JsPreitter
Open Sublime Text Package Control and type in JsPrettier to install the plugin.
Open Sublime Text Package Control and type in Babel to install the plugin.
Settings to update (auto format on save, no semi colons)
Install SublimeText Babel
Install SublimeText Black Plugin
Install SublimeText EditorConfig
Copyright Dylan Stein - 2018
Last updated