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

lint: detect incorrect indentation within createSanctuary #467

Closed
wants to merge 1 commit into from

Conversation

davidchambers
Copy link
Member

This is an alternative to #457. It adds more code, but may prove easier to maintain. I'm interested in your thoughts, @futpib.

@davidchambers
Copy link
Member Author

@Avaq approved this pull request in a private message on Gitter.

@davidchambers
Copy link
Member Author

I'm actually going to reject this pull request. I've realized that due to sanctuary-js/sanctuary-def#179 we'll soon need to disable the indent rule entirely. ESLint doesn't appreciate this formatting:

//    I :: a -> a
const I =
def ('I')
    ({})
    ([a, a])
    (I);

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

Successfully merging this pull request may close these issues.

1 participant