mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-08 19:01:06 +08:00
Fix stylelint not obeying project-specific rules (#3272)
* Fix stylelint not obeying project-specific rules * Fix tests * Fix test * Fix test
This commit is contained in:
@@ -19,9 +19,8 @@ function! ale#fixers#stylelint#Fix(buffer) abort
|
||||
return {
|
||||
\ 'cwd': '%s:h',
|
||||
\ 'command': ale#node#Executable(a:buffer, l:executable)
|
||||
\ . ' %t'
|
||||
\ . ale#Pad(l:options)
|
||||
\ . ' --fix',
|
||||
\ 'read_temporary_file': 1,
|
||||
\ . ' --fix --stdin --stdin-filename %s',
|
||||
\ 'read_temporary_file': 0,
|
||||
\}
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user