Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit d5bfd9f

Browse files
committed
Update to eslint v8.0
1 parent ce9cd77 commit d5bfd9f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

dist/html-validator.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! gulp-w3c-html-validator v5.1.0 ~ https://github.com/center-key/gulp-w3c-html-validator ~ MIT License
1+
//! gulp-w3c-html-validator v5.1.0 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License
22

33
export declare type AnalyzerOptions = ValidatorOptions;
44
export declare type ReporterOptions = {

dist/html-validator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! gulp-w3c-html-validator v5.1.0 ~ https://github.com/center-key/gulp-w3c-html-validator ~ MIT License
1+
//! gulp-w3c-html-validator v5.1.0 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License
22

33
import { w3cHtmlValidator } from 'w3c-html-validator';
44
import PluginError from 'plugin-error';

dist/html-validator.umd.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! gulp-w3c-html-validator v5.1.0 ~ https://github.com/center-key/gulp-w3c-html-validator ~ MIT License
1+
//! gulp-w3c-html-validator v5.1.0 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License
22

33
var __importDefault = (this && this.__importDefault) || function (mod) {
44
return (mod && mod.__esModule) ? mod : { "default": mod };

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@
8787
"devDependencies": {
8888
"@types/node": "~16.10",
8989
"@types/through2": "~2.0",
90-
"@typescript-eslint/eslint-plugin": "~4.32",
91-
"@typescript-eslint/parser": "~4.32",
90+
"@typescript-eslint/eslint-plugin": "^5.0",
91+
"@typescript-eslint/parser": "^5.0",
9292
"add-dist-header": "~0.1",
9393
"assert-deep-strict-equal": "~0.0",
9494
"cpy-cli": "~3.1",
95-
"eslint": "~7.32",
95+
"eslint": "~8.0",
9696
"jshint": "~2.13",
9797
"mocha": "~9.1",
9898
"npm-run-all2": "~5.0",

0 commit comments

Comments
 (0)