@mimica/eslint-config-typescript 1.1.0 → 2.0.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/index.js +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -34,7 +34,6 @@ module.exports = {
34
34
  // },
35
35
  // ],
36
36
  "@typescript-eslint/method-signature-style": 2,
37
- "@typescript-eslint/no-confusing-void-expression": 0, // TODO: enable this and fix errors
38
37
  "@typescript-eslint/no-floating-promises": 0, // TODO: enable this and fix errors
39
38
  "@typescript-eslint/no-misused-promises": 0,
40
39
  "@typescript-eslint/no-shadow": 2,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mimica/eslint-config-typescript",
3
- "version": "1.1.0",
3
+ "version": "2.0.0",
4
4
  "description": "Mimica eslint config",
5
5
  "main": "index.js",
6
6
  "scripts": {