diff --git a/package.json b/package.json index a1356bba9..1d9dc8028 100644 --- a/package.json +++ b/package.json @@ -64,6 +64,7 @@ "eslint-plugin-vue": "^2.0.1", "eslint-plugin-wordpress": "^0.1.0", "eslint-plugin-xogroup": "^1.2.0", + "eslint-plugin-xss": "^0.1.8", "glob": "^7.0.6", "prettier": "^1.2.2" }, diff --git a/yarn.lock b/yarn.lock index ff1ca2905..6f408e4bf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -949,6 +949,12 @@ eslint-plugin-xogroup@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/eslint-plugin-xogroup/-/eslint-plugin-xogroup-1.2.0.tgz#36e34d0bb4b8320cea2d6a4d01be7b7302fe0bd2" +eslint-plugin-xss@^0.1.8: + version "0.1.8" + resolved "https://registry.yarnpkg.com/eslint-plugin-xss/-/eslint-plugin-xss-0.1.8.tgz#3f25d4e57aac89de9e12ad223842efc15c0e3e6d" + dependencies: + requireindex "~1.1.0" + eslint@^3.19.0: version "3.19.0" resolved "https://registry.yarnpkg.com/eslint/-/eslint-3.19.0.tgz#c8fc6201c7f40dd08941b87c085767386a679acc"