@lenne.tech/eslint-config-ts 0.0.7 → 0.0.8

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 +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -54,7 +54,6 @@ module.exports = {
54
54
  "object-curly-spacing": "off",
55
55
  "@typescript-eslint/object-curly-spacing": ["error", "always"],
56
56
  "@typescript-eslint/semi": ["error", "always"],
57
- quotes: "off",
58
57
  "@typescript-eslint/quotes": ["error", "single"],
59
58
  "space-before-blocks": "off",
60
59
  "@typescript-eslint/space-before-blocks": ["error", "always"],
@@ -148,7 +147,7 @@ module.exports = {
148
147
  "comma-style": ["error", "last"],
149
148
  "no-constant-condition": "warn",
150
149
  "no-debugger": "error",
151
- "no-console": ["error", { allow: ["info", "warn", "error"] }],
150
+ "no-console": ["error", { allow: ["debug", "info", "warn", "error"] }],
152
151
  "no-cond-assign": ["error", "always"],
153
152
  "func-call-spacing": "off",
154
153
  "key-spacing": ["error", { beforeColon: false, afterColon: true }],
@@ -241,6 +240,7 @@ module.exports = {
241
240
  "block-scoped-var": "error",
242
241
  "consistent-return": "off",
243
242
  complexity: "off",
243
+ indent: "off", // Disallows inconsistent indentation
244
244
  eqeqeq: ["error", "smart"],
245
245
  "no-alert": "warn",
246
246
  "no-case-declarations": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lenne.tech/eslint-config-ts",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "ESLint config of lenne.Tech for TypeScript",
5
5
  "license": "MIT",
6
6
  "keywords": [