1.3.2 • Published 10 months ago
@alexlit/config-htmllint v1.3.2
HTMLLint Configuration
Installation
npm i @alexlit/config-htmllint -DConnection
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
1.3.2
10 months ago
1.2.3
10 months ago
1.3.1
10 months ago
1.2.2
1 year ago
1.3.0
10 months ago
1.2.0
1 year ago
1.1.1
2 years ago
1.1.4
2 years ago
1.1.3
2 years ago
1.2.1
1 year ago
1.1.2
2 years ago
1.1.0
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago
0.2.5
3 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
4 years ago
0.1.5
4 years ago
0.1.2
4 years ago
0.1.3
4 years ago
0.1.1
4 years ago
0.1.0
5 years ago
0.0.3
5 years ago
0.0.4
5 years ago
0.0.2
5 years ago
0.0.1
5 years ago