Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
Remove some difficult recommended rules (#4312)
Browse files Browse the repository at this point in the history
Fixes #4305
  • Loading branch information
aghoneim92 authored and Josh Goldberg committed Oct 5, 2019
1 parent 6960308 commit 88fbdf2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/configs/recommended.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,11 @@ export const rules = {
indent: {
options: ["spaces"],
},
"interface-name": {
options: ["always-prefix"],
},
"interface-over-type-literal": true,
"jsdoc-format": true,
"label-position": true,
"max-classes-per-file": { options: 1 },
"max-line-length": { options: 120 },
"member-access": true,
"member-ordering": {
options: {
order: "statics-first",
Expand Down Expand Up @@ -99,7 +95,6 @@ export const rules = {
"no-var-requires": true,
"object-literal-key-quotes": { options: "consistent-as-needed" },
"object-literal-shorthand": true,
"object-literal-sort-keys": true,
"one-line": {
options: [
"check-catch",
Expand All @@ -113,13 +108,6 @@ export const rules = {
"only-arrow-functions": {
options: ["allow-declarations", "allow-named-functions"],
},
"ordered-imports": {
options: {
"import-sources-order": "case-insensitive",
"module-source-path": "full",
"named-imports-order": "case-insensitive",
},
},
"prefer-const": true,
"prefer-for-of": true,
quotemark: {
Expand Down

0 comments on commit 88fbdf2

Please sign in to comment.