fp-htmllint
v0.2.7
Published
htmllint extension for Fepper
Downloads
9
Readme
htmllint extension for Fepper
This extension will lint the HTML in your public/patterns
directory.
Install
cd extend
npm i --save-dev fp-htmllint
Use
Add this tasks to extend/contrib.js
- Under gulp task 'contrib:once'
- 'htmllint'
On the command line:
fp htmllint
On installation, a .htmllintrc
file will be copied into your project's current
working directory. Customize it to the needs of your project:
htmllint options.
You can customize further by writing
additional gulp-htmllint options
to your pref.yml
file.
htmllint:
config: another/location/.htmllintrc
failOnError: true