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

add new rule: jsx-whitespace-literal #243

Merged

Conversation

tanmoyopenroot
Copy link
Contributor

PR checklist

Overview of change:

Added jsx-whitespace-literal rule with some tests

{
    "rules": {
        "jsx-whitespace-literal": true
    }
}

Is there anything you'd like reviewers to focus on?

Not sure if i covered all test

test/rules/jsx-whitespace-literal/test.tsx.lint Outdated Show resolved Hide resolved
src/rules/jsxWhitespaceLiteralRule.ts Outdated Show resolved Hide resolved
src/rules/jsxWhitespaceLiteralRule.ts Outdated Show resolved Hide resolved
@adidahiya adidahiya merged commit 55d8a53 into palantir:master Aug 1, 2019
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.

New rule: jsx-whitespace-literal
2 participants