Skip to content

Commit e1f1bf6

Browse files
desrosjdblandin
authored andcommitted
Add WordPress ESLint plugin.
1 parent 5292103 commit e1f1bf6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"eslint-plugin-security": "^1.3.0",
6363
"eslint-plugin-standard": "^3.0.0",
6464
"eslint-plugin-vue": "^2.0.1",
65+
"eslint-plugin-wordpress": "^0.1.0",
6566
"eslint-plugin-xogroup": "^1.2.0",
6667
"glob": "^7.0.6",
6768
"prettier": "^1.2.2"

yarn.lock

+6
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,12 @@ eslint-plugin-vue@^2.0.1:
939939
eslint-plugin-html "^2.0.0"
940940
eslint-plugin-react "^6.9.0"
941941

942+
eslint-plugin-wordpress@^0.1.0:
943+
version "0.1.0"
944+
resolved "https://registry.yarnpkg.com/eslint-plugin-wordpress/-/eslint-plugin-wordpress-0.1.0.tgz#3e696f09326d9915e266881ab148fed281611762"
945+
dependencies:
946+
requireindex "~1.1.0"
947+
942948
eslint-plugin-xogroup@^1.2.0:
943949
version "1.2.0"
944950
resolved "https://registry.yarnpkg.com/eslint-plugin-xogroup/-/eslint-plugin-xogroup-1.2.0.tgz#36e34d0bb4b8320cea2d6a4d01be7b7302fe0bd2"

0 commit comments

Comments
 (0)