@tstdl/base 0.83.11 → 0.83.12

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/.eslintrc.cjs +0 -55
  2. package/package.json +2 -1
package/.eslintrc.cjs CHANGED
@@ -211,61 +211,6 @@ module.exports = {
211
211
 
212
212
  'field',
213
213
 
214
- // Getters / Setters
215
- '#private-static-get',
216
- '#private-static-set',
217
- 'private-static-get',
218
- 'private-static-set',
219
- 'protected-static-get',
220
- 'protected-static-set',
221
- 'public-static-get',
222
- 'public-static-set',
223
-
224
- /*
225
- 'private-decorated-get',
226
- 'private-decorated-set',
227
- 'protected-decorated-get',
228
- 'protected-decorated-set',
229
- 'public-decorated-get',
230
- 'public-decorated-set',
231
- */
232
-
233
- '#private-instance-get',
234
- '#private-instance-set',
235
- 'private-instance-get',
236
- 'private-instance-set',
237
- 'protected-instance-get',
238
- 'protected-instance-set',
239
- 'public-instance-get',
240
- 'public-instance-set',
241
-
242
- 'protected-abstract-get',
243
- 'protected-abstract-set',
244
- 'public-abstract-get',
245
- 'public-abstract-set',
246
-
247
- '#private-get',
248
- '#private-set',
249
- 'private-get',
250
- 'private-set',
251
- 'protected-get',
252
- 'protected-set',
253
- 'public-get',
254
- 'public-set',
255
-
256
- 'static-get',
257
- 'static-set',
258
- 'instance-get',
259
- 'instance-set',
260
- 'abstract-get',
261
- 'abstract-set',
262
-
263
- 'decorated-get',
264
- 'decorated-set',
265
-
266
- 'get',
267
- 'set',
268
-
269
214
  // Static initialization
270
215
  'static-initialization',
271
216
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tstdl/base",
3
- "version": "0.83.11",
3
+ "version": "0.83.12",
4
4
  "author": "Patrick Hein",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -34,6 +34,7 @@
34
34
  "@typescript-eslint/eslint-plugin": "5.56",
35
35
  "@typescript-eslint/parser": "5.56",
36
36
  "concurrently": "7.6",
37
+ "esbuild": "0.17",
37
38
  "eslint": "8.36",
38
39
  "eslint-import-resolver-typescript": "3.5",
39
40
  "eslint-plugin-import": "2.27",