Skip to content

Commit

Permalink
Add XSS plugin (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdiggs authored Sep 18, 2017
1 parent e1f1bf6 commit e1a61c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
6 changes: 6 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e1a61c1

Please sign in to comment.