1.1.0 • Published 1 month ago

@alexlit/config-htmllint v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

HTMLLint Configuration

Installation

npm i @alexlit/config-htmllint -D

Connection

  • Default (see rules enabled by default)

    // linthtml.config.js
    import { createConfig } from '@alexlit/config-htmllint';
    
    export default createConfig();
  • Custom

    // linthtml.config.js
    import { createConfig } from '@alexlit/config-htmllint';
    
    export default createConfig({
      'attr-name-ignore-regex': false,
    
      rules: {
        'indent-width': [true, 4],
      },
    });

VSCode extention

vscode-linthtml

1.1.0

1 month ago

1.0.1

6 months ago

1.0.0

6 months ago

0.2.5

10 months ago

0.2.3

2 years ago

0.2.4

1 year ago

0.2.1

2 years ago

0.2.2

2 years ago

0.2.0

2 years ago

0.1.4

2 years ago

0.1.5

2 years ago

0.1.2

2 years ago

0.1.3

2 years ago

0.1.1

2 years ago

0.1.0

3 years ago

0.0.3

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago