@wondermarin/eslint-config 2.2.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 +3 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -660,7 +660,9 @@ async function typescriptConfig() {
660
660
  checksConditionals: true,
661
661
  checksSpreads: true,
662
662
  checksVoidReturn: {
663
- attributes: false
663
+ arguments: false,
664
+ attributes: false,
665
+ properties: false
664
666
  }
665
667
  }
666
668
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wondermarin/eslint-config",
3
- "version": "2.2.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": {