@modern-js-app/eslint-config 1.2.2 → 1.2.3

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @modern-js-app/eslint-config
2
2
 
3
+ ## 1.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - b44c02d4: fix: remove no-invalid-void-type rule
8
+
3
9
  ## 1.2.2
4
10
 
5
11
  ### Patch Changes
package/eslintrc.js CHANGED
@@ -2013,8 +2013,6 @@ module.exports = {
2013
2013
  '@typescript-eslint/no-for-in-array': 'error',
2014
2014
  // https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin#supported-rules
2015
2015
  '@typescript-eslint/no-implicit-any-catch': 'off',
2016
- // https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-invalid-void-type.md
2017
- '@typescript-eslint/no-invalid-void-type': 'error',
2018
2016
  // https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-inferrable-types.md
2019
2017
  '@typescript-eslint/no-inferrable-types': [
2020
2018
  'error',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js-app/eslint-config",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "The meta-framework suite designed from scratch for frontend-focused modern web development.",
5
5
  "homepage": "https://modernjs.dev",
6
6
  "bugs": "https://github.com/modern-js-dev/modern.js/issues",