@html-validate/eslint-config 6.0.0 → 6.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.mjs +2 -2
- package/dist/cli.mjs.map +1 -1
- package/index.mjs +1 -1
- package/package.json +2 -2
package/index.mjs
CHANGED
@@ -173,7 +173,7 @@ export default [
|
|
173
173
|
defineConfig({
|
174
174
|
/* files which should lint even if project isn't build yet */
|
175
175
|
name: "@html-validate/eslint-config/dist",
|
176
|
-
files: ["
|
176
|
+
files: ["*.d.ts", ".htmlvalidate.{js,mjs,cjs}", "bin/*.{js,mjs,cjs}"],
|
177
177
|
rules: {
|
178
178
|
"import/export": "off",
|
179
179
|
"import/extensions": "off",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@html-validate/eslint-config",
|
3
|
-
"version": "6.0.
|
3
|
+
"version": "6.0.2",
|
4
4
|
"description": "Eslint sharable config used by the various HTML-validate packages",
|
5
5
|
"keywords": [
|
6
6
|
"eslint"
|
@@ -64,5 +64,5 @@
|
|
64
64
|
"publishConfig": {
|
65
65
|
"access": "public"
|
66
66
|
},
|
67
|
-
"gitHead": "
|
67
|
+
"gitHead": "70317452d188e8c73d4077ebfe3adc720d19d5e7"
|
68
68
|
}
|