Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coding style is determined by the LAST import #6

Open
mflorence99 opened this issue Jul 12, 2020 · 0 comments
Open

Coding style is determined by the LAST import #6

mflorence99 opened this issue Jul 12, 2020 · 0 comments

Comments

@mflorence99
Copy link
Owner

So this sequence is marked as invalid, because not all the imports match the style of the last:

import { filter } from 'rxjs/operators';
import {takeUntil} from 'rxjs/operators';

NOTE: no spaces inside of {...}. The same would happen if double quotes or no semi were used.

Ditch the idea of trying to match the coding convention altogether? Use a majority vote?

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

No branches or pull requests

1 participant