1.2.1 • Published 11 months ago

@alexlit/config-htmllint v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months 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.2.0

11 months ago

1.1.1

1 year ago

1.1.4

12 months ago

1.1.3

1 year ago

1.2.1

11 months ago

1.1.2

1 year ago

1.1.0

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago

0.2.5

2 years ago

0.2.3

3 years ago

0.2.4

3 years ago

0.2.1

3 years ago

0.2.2

3 years ago

0.2.0

3 years ago

0.1.4

3 years ago

0.1.5

3 years ago

0.1.2

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.3

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago