BenoitZugmeyer / eslint-plugin-html

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

Run all html files in a folder #34

Closed anivas closed 8 years ago

anivas commented 8 years ago

How do I run all html files in a folder and its sub folders. Currently it works for me only if I give one file at a time.

BenoitZugmeyer commented 8 years ago

eslint --ext .js --ext .html directory

Please read the docs