eslint-config-entva-typescript-base 2.9.0 → 2.10.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 -5
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -162,11 +162,6 @@ export default [
162
162
  enforceForArrowConditionals: false,
163
163
  }],
164
164
 
165
- '@stylistic/ts/type-annotation-spacing': ['error', {
166
- before: false,
167
- after: true,
168
- }],
169
-
170
165
  '@stylistic/ts/member-delimiter-style': ['error', {
171
166
  multiline: {
172
167
  delimiter: 'comma',
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "url": "https://github.com/entva/styleguide"
10
10
  },
11
11
  "bugs": "https://github.com/entva/styleguide/issues",
12
- "version": "2.9.0",
12
+ "version": "2.10.0",
13
13
  "keywords": [
14
14
  "linter",
15
15
  "config",