Skip to content

dawoonchung/syntastic-local-stylelint.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Local Stylelint for Syntastic

A simple plugin to prioritise local Stylelint.

Installation Instructions

Using Pathogen: Clone this repository into ~/.vim/bundle

Using Vim plug: Add Plug 'dawoonchung/syntastic-local-stylelint.vim' to your vim-plug configuration file.

Note

This plugin does not enable Stylelint. You still need to add

let g:syntastic_css_checkers = ['stylelint']

and/or

let g:syntastic_scss_checkers = ['stylelint']

to your .vimrc in order to enable the syntax checker for CSS and/or SCSS.

Thanks

Original script for searching local npm installation done by @mtscout6.

About

A simple plugin to prioritise local Stylelint.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published