@futagoza/eslint-config-html

Futago-za Ryuu's ESLint configurations for HTML files.

Usage no npm install needed!

<script type="module">
  import futagozaEslintConfigHtml from 'https://cdn.skypack.dev/@futagoza/eslint-config-html';
</script>

README

dependencies History License

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:

license

Copyright © 2019+ Futago-za Ryuu
Released under the MIT License, http://opensource.org/licenses/MIT