Поправки для eslint

This commit is contained in:
Book Pauk
2018-12-28 20:49:26 +07:00
parent a04f9fde6e
commit 85f4b1bb0d
3 changed files with 15 additions and 29 deletions

8
package-lock.json generated
View File

@@ -2687,12 +2687,12 @@
}
},
"eslint-plugin-html": {
"version": "1.7.0",
"resolved": "http://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-1.7.0.tgz",
"integrity": "sha1-KlsDiE2NVq35rZhk6cA2SA+2Kck=",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-5.0.0.tgz",
"integrity": "sha512-f7p/7YQdgQUFVAX3nB4dnMQbrDeTalcA01PDhuvTLk0ZadCwM4Pb+639SRuqEf1zMkIxckLY+ckCr0hVP5zl6A==",
"dev": true,
"requires": {
"htmlparser2": "^3.8.2"
"htmlparser2": "^3.10.0"
}
},
"eslint-plugin-node": {