@allthings/eslint-config 3.5.1 → 3.6.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 (3) hide show
  1. package/index.js +1 -0
  2. package/node.js +1 -0
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -113,6 +113,7 @@ export default [
113
113
  },
114
114
  ],
115
115
  '@typescript-eslint/no-base-to-string': 'warn',
116
+ '@typescript-eslint/no-dynamic-delete': 'error',
116
117
  // need for tests' mockups
117
118
  '@typescript-eslint/no-empty-function': 'warn',
118
119
  '@typescript-eslint/no-empty-object-type': 'error',
package/node.js CHANGED
@@ -100,6 +100,7 @@ export default [
100
100
  },
101
101
  ],
102
102
  '@typescript-eslint/no-base-to-string': 'warn',
103
+ '@typescript-eslint/no-dynamic-delete': 'error',
103
104
  // need for tests' mockups
104
105
  '@typescript-eslint/no-empty-function': 'warn',
105
106
  '@typescript-eslint/no-empty-object-type': 'error',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@allthings/eslint-config",
3
- "version": "3.5.1",
3
+ "version": "3.6.0",
4
4
  "type": "module",
5
5
  "description": "ESlint shareable config for Allthings style",
6
6
  "main": "index.js",