Skip to content

Commit

Permalink
Add eslint using Automattic/eslint-config-wpvip
Browse files Browse the repository at this point in the history
Which we use for all VIP projects. Includes eslines to allow
transitioning over.
  • Loading branch information
mjangda committed Dec 18, 2019
1 parent 6c52145 commit 9019f29
Show file tree
Hide file tree
Showing 3 changed files with 1,736 additions and 92 deletions.
11 changes: 11 additions & 0 deletions .eslines.json
@@ -0,0 +1,11 @@
{
"branches": {
"default": ["downgrade-unmodified-lines"]
},
"processors": {
"downgrade-unmodified-lines": {
"remote": "origin/master",
"rulesNotToDowngrade": ["no-unused-vars"]
}
}
}

0 comments on commit 9019f29

Please sign in to comment.