Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

new rule: import name must match imported module name #21

Closed
HamletDRC opened this issue Sep 11, 2015 · 1 comment
Closed

new rule: import name must match imported module name #21

HamletDRC opened this issue Sep 11, 2015 · 1 comment
Assignees
Milestone

Comments

@HamletDRC
Copy link
Member

import foo = require('foo'); // OK
import bar = require('foo'); // Error

This requires a list of exceptions.

@brndkfr brndkfr self-assigned this Oct 9, 2015
@HamletDRC
Copy link
Member Author

This was closed when we implemented import-name rule

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants