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

Extend eslint-rules #986

Merged
merged 2 commits into from
Dec 23, 2022
Merged

Extend eslint-rules #986

merged 2 commits into from
Dec 23, 2022

Commits on Dec 23, 2022

  1. Extend eslint-rules

    Added more eslint-rules like described in [this issue](elan-ev#985).
    This resolves elan-ev#985
    
    Haven't added `"array-bracket-spacing": ["error", "always"]` yet. Every useState declaration will look like this: `const [ state, setState ] = useState()` not quite sure, if I like how it looks.
    I think I will wait for feedback for this rule.
    narickmann committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    4f419d1 View commit details
    Browse the repository at this point in the history
  2. Fix failed check

    One line was over max-length (120) and missed space between brackets.
    narickmann committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    7a60088 View commit details
    Browse the repository at this point in the history