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 export name #125

Closed
HamletDRC opened this issue May 9, 2016 · 0 comments
Closed

new rule: import name must match export name #125

HamletDRC opened this issue May 9, 2016 · 0 comments
Milestone

Comments

@HamletDRC
Copy link
Member

import name must match export name

violations:

import MyApp = require('App');
import App from 'OfficeApp';

OK:

import App = require('App');
import { Router, Route, Link } from 'react-router'
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

1 participant