@wondermarin/eslint-config 2.3.0 → 2.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/main.js +1 -0
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -660,6 +660,7 @@ async function typescriptConfig() {
660
660
  checksConditionals: true,
661
661
  checksSpreads: true,
662
662
  checksVoidReturn: {
663
+ arguments: false,
663
664
  attributes: false,
664
665
  properties: false
665
666
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wondermarin/eslint-config",
3
- "version": "2.3.0",
3
+ "version": "2.4.0",
4
4
  "description": "Personal ESLint config.",
5
5
  "homepage": "https://github.com/Wondermarin/eslint-config#readme",
6
6
  "repository": {