@html-eslint/eslint-plugin
Advanced tools
Comparing version 0.1.1 to 0.1.2
module.exports = { | ||
rules: { | ||
"@html-eslint/require-lang": "error", | ||
"@html-eslint/equire-img-alt": "error", | ||
"@html-eslint/require-img-alt": "error", | ||
"@html-eslint/require-doctype": "error", | ||
@@ -6,0 +6,0 @@ "@html-eslint/require-title": "error", |
{ | ||
"name": "@html-eslint/eslint-plugin", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "ESLint plugin for html", | ||
@@ -32,3 +32,3 @@ "author": "yeonjuan", | ||
}, | ||
"gitHead": "698739a7764fafa1c483364a8193e786a15facea" | ||
"gitHead": "f97a0c0e2d461922ecfd21acd2368b20e9fd11a2" | ||
} |
12254