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

Deprecate no-duplicate-key rule (covered by compiler) #885

Closed
jkillian opened this issue Dec 17, 2015 · 0 comments
Closed

Deprecate no-duplicate-key rule (covered by compiler) #885

jkillian opened this issue Dec 17, 2015 · 0 comments

Comments

@jkillian
Copy link
Contributor

The no-duplicate-key rule is covered by the compiler and thus unnecessary. For example, the following code will not compile:

const bar = {
    foo: 'baz',
    foo: 'baz'
}
@adidahiya adidahiya added this to the TSLint 3.x milestone Jan 16, 2016
@adidahiya adidahiya modified the milestones: TSLint 3.4, TSLint 3.x Jan 29, 2016
@adidahiya adidahiya modified the milestones: TSLint 4.x, TSLint 3.4 Jan 29, 2016
@adidahiya adidahiya modified the milestones: TSLint v4.x, TSLint v4.0 Aug 10, 2016
adidahiya pushed a commit that referenced this issue Sep 27, 2016
shiftkey added a commit to desktop/desktop that referenced this issue May 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants