@cherepanov.pavel/shareable-config 2.0.1 → 2.0.2

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.
@@ -66,7 +66,7 @@ export const suggestionRules = {
66
66
  ERROR,
67
67
  "declaration",
68
68
  {
69
- allowArrowFunctions: true,
69
+ allowTypeAnnotation: true,
70
70
  },
71
71
  ],
72
72
  "grouped-accessor-pairs": [
@@ -232,6 +232,7 @@ export const suggestionRules = {
232
232
  boolean: true,
233
233
  number: true,
234
234
  string: true,
235
+ disallowTemplateShorthand: true,
235
236
  },
236
237
  ],
237
238
  "no-implicit-globals": [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cherepanov.pavel/shareable-config",
3
3
  "description": "setup for new repositories",
4
- "version": "2.0.1",
4
+ "version": "2.0.2",
5
5
  "type": "module",
6
6
  "devEngines": {
7
7
  "packageManager": {