@andrewt03/eslint-typescript-rules 0.0.54 → 0.0.55

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.
package/dist/index.js CHANGED
@@ -306,12 +306,12 @@ var ANGULAR_ESLINT_CONFIG_RULES = {
306
306
  "@angular-eslint/no-async-lifecycle-method": "error",
307
307
  "@angular-eslint/no-attribute-decorator": "error",
308
308
  "@angular-eslint/sort-lifecycle-methods": "error",
309
- "@angular-eslint/component-class-suffix": [
310
- "error",
311
- {
312
- suffixes: ["Component"]
313
- }
314
- ],
309
+ // "@angular-eslint/component-class-suffix": [
310
+ // "error",
311
+ // {
312
+ // suffixes: ["Component"]
313
+ // }
314
+ // ],
315
315
  // "@angular-eslint/component-selector": [
316
316
  // "warn",
317
317
  // {
@@ -320,12 +320,12 @@ var ANGULAR_ESLINT_CONFIG_RULES = {
320
320
  // style: "kebab-case"
321
321
  // }
322
322
  // ],
323
- "@angular-eslint/directive-class-suffix": [
324
- "error",
325
- {
326
- suffixes: ["Directive"]
327
- }
328
- ],
323
+ // "@angular-eslint/directive-class-suffix": [
324
+ // "error",
325
+ // {
326
+ // suffixes: ["Directive"]
327
+ // }
328
+ // ],
329
329
  // "@angular-eslint/directive-selector": [
330
330
  // "warn",
331
331
  // {
package/dist/index.mjs CHANGED
@@ -272,12 +272,12 @@ var ANGULAR_ESLINT_CONFIG_RULES = {
272
272
  "@angular-eslint/no-async-lifecycle-method": "error",
273
273
  "@angular-eslint/no-attribute-decorator": "error",
274
274
  "@angular-eslint/sort-lifecycle-methods": "error",
275
- "@angular-eslint/component-class-suffix": [
276
- "error",
277
- {
278
- suffixes: ["Component"]
279
- }
280
- ],
275
+ // "@angular-eslint/component-class-suffix": [
276
+ // "error",
277
+ // {
278
+ // suffixes: ["Component"]
279
+ // }
280
+ // ],
281
281
  // "@angular-eslint/component-selector": [
282
282
  // "warn",
283
283
  // {
@@ -286,12 +286,12 @@ var ANGULAR_ESLINT_CONFIG_RULES = {
286
286
  // style: "kebab-case"
287
287
  // }
288
288
  // ],
289
- "@angular-eslint/directive-class-suffix": [
290
- "error",
291
- {
292
- suffixes: ["Directive"]
293
- }
294
- ],
289
+ // "@angular-eslint/directive-class-suffix": [
290
+ // "error",
291
+ // {
292
+ // suffixes: ["Directive"]
293
+ // }
294
+ // ],
295
295
  // "@angular-eslint/directive-selector": [
296
296
  // "warn",
297
297
  // {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andrewt03/eslint-typescript-rules",
3
- "version": "0.0.54",
3
+ "version": "0.0.55",
4
4
  "description": "Recommended ESLint Rules for general TypeScript, Node.js/Express.js, Angular, and React.js Projects",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",