@futagoza/eslint-config-html
v16.1.0
Published
Futago-za Ryuu's ESLint configurations for HTML files.
Downloads
2,161
Maintainers
Readme
This package contains configuration files for ESLint v6+
This is a configuration file for ESLint that is used to lint JavaScript source embedded within my .html
files.
NOTE: This configuration is only for enabling HTML/XML linting, therefore it is recommended to also use @futagoza/eslint-config-javascript or something similar alongside this configuration.
installation
$ npm i --save-dev @futagoza/eslint-config-html
usage
Put the following into your configuration (.eslintrc.*
file or the "eslintConfig" field in package.json
):
{
"extends": "@futagoza/html"
}
configurations
A list of usable configurations as well the configurations they use:
@futagoza/html
(default, extends @futagoza/globals/browser)
license
Copyright © 2019+ Futago-za Ryuu Released under the MIT License, http://opensource.org/licenses/MIT