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

Linter: Combine Imports #687

Closed
EagleoutIce opened this issue Feb 24, 2024 · 0 comments · Fixed by #701
Closed

Linter: Combine Imports #687

EagleoutIce opened this issue Feb 24, 2024 · 0 comments · Fixed by #701
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers linting Related to linting rules and refactors used by flowr

Comments

@EagleoutIce
Copy link
Member

Sometimes we have something like this:

import { RootId } from './format'
import {prepareParsedData} from './format'

Surely eslint (or the stylistic version; see #677) can prevent that :D

@EagleoutIce EagleoutIce added enhancement New feature or request good first issue Good for newcomers linting Related to linting rules and refactors used by flowr labels Feb 24, 2024
@EagleoutIce EagleoutIce pinned this issue Feb 26, 2024
@Ellpeck Ellpeck self-assigned this Mar 6, 2024
@Ellpeck Ellpeck linked a pull request Mar 6, 2024 that will close this issue
@EagleoutIce EagleoutIce unpinned this issue Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers linting Related to linting rules and refactors used by flowr
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants