Skip to content

Commit

Permalink
PLANET-7112 Upgrade ESLint and Wordpress Plugin
Browse files Browse the repository at this point in the history
- Upgraded the packages for eslint and @wordpress/eslint-plugin
- Also removed duplicate rule in eslintrc.json file
  • Loading branch information
Osong-Michael authored and comzeradd committed Apr 3, 2023
1 parent 62f5c30 commit b88a96c
Show file tree
Hide file tree
Showing 3 changed files with 23,007 additions and 29,088 deletions.
7 changes: 2 additions & 5 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,11 @@
"error",
"never"
],
"computed-property-spacing": [
"error",
"never"
],
"arrow-parens": [
"error",
"as-needed"
]
],
"prettier/prettier": "off"
},
"parserOptions": {
"ecmaVersion": 11,
Expand Down
Loading

0 comments on commit b88a96c

Please sign in to comment.