feat: remove formatting rules rules from dtslint#699
feat: remove formatting rules rules from dtslint#699sandersn merged 1 commit intomicrosoft:masterfrom
Conversation
|
|
||
| "comment-format": [true, "check-space"], // But not check-uppercase or check-lowercase | ||
| "interface-name": [true, "never-prefix"], | ||
| "max-line-length": [true, 200], |
There was a problem hiding this comment.
Kinda funky that we have 200 here but 120 in the prettier config (and now dprint config). Of course, I personally use 120 so 🤫
sandersn
left a comment
There was a problem hiding this comment.
Let's merge this shortly before the first dprint PR on DT goes in.
| @@ -1,86 +0,0 @@ | |||
| import * as Lint from "tslint"; | |||
There was a problem hiding this comment.
aha, so that's what the other dtslint rules were doing!
|
@JoshuaKGoldberg if I understand correctly, this should be a follow-up PR DefinitelyTyped/DefinitelyTyped#66514 right? |
|
Aha, yes, I'd started on a followup PR to DT that removes all of these no-longer-present rules. |
Targets a bit of both of: