Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
eslint rules tweak for wp-core
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Oct 20, 2020
1 parent dfe1412 commit 69732b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
"_": "readonly",
"NodeList": "readonly",
"Element": "readonly"
},
"rules": {
"comma-dangle": "off"
}
}

0 comments on commit 69732b1

Please sign in to comment.