@html-eslint/eslint-plugin
Advanced tools
Comparing version 0.9.0-alpha.0 to 0.9.0
@@ -16,3 +16,4 @@ module.exports = { | ||
"@html-eslint/require-closing-tags": "error", | ||
"@html-eslint/no-duplicate-attrs": "error", | ||
}, | ||
}; |
@@ -24,2 +24,3 @@ const requireLang = require("./require-lang"); | ||
const noTargetBlank = require("./no-target-blank"); | ||
const noDuplicateAttrs = require("./no-duplicate-attrs"); | ||
@@ -50,2 +51,3 @@ module.exports = { | ||
"no-target-blank": noTargetBlank, | ||
"no-duplicate-attrs": noDuplicateAttrs, | ||
}; |
{ | ||
"name": "@html-eslint/eslint-plugin", | ||
"version": "0.9.0-alpha.0", | ||
"version": "0.9.0", | ||
"description": "ESLint plugin for html", | ||
@@ -42,5 +42,5 @@ "author": "yeonjuan", | ||
"devDependencies": { | ||
"@html-eslint/parser": "^0.9.0-alpha.0" | ||
"@html-eslint/parser": "^0.9.0" | ||
}, | ||
"gitHead": "442c5d402ce891b088b1548fe8a27fe9fadc91c3" | ||
"gitHead": "de0392bdeaa65e976f584fd86e60a8589316b018" | ||
} |
49780
39
1758