BenoitZugmeyer / eslint-plugin-html

An ESLint plugin to extract and lint scripts from HTML files.
ISC License
430 stars 51 forks source link

eslint --fix not work? #116

Closed ptkdev closed 5 years ago

ptkdev commented 5 years ago

Description

I try auto-fix all indentation with eslint --fix but not work, esample: eslint ./ --ext .html,.js,.php --cache --ignore-pattern .gitignore --fix

Setup configuration

BenoitZugmeyer commented 5 years ago

What are the messages reported by ESLint? Bad line indentation messages are not (yet?) auto-fixable.

BenoitZugmeyer commented 5 years ago

@ptkdev are you planning to give me an answer or should I figure it out from the thumb down emoji?