Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

[eslint] enable some rules #360

Merged
merged 1 commit into from
Nov 29, 2021
Merged

Commits on Nov 4, 2021

  1. [eslint] enable some rules

    Additional ESLint rules: "no-multi-spaces": ["error"], "key-spacing": ["error"]
    "no-multi-spaces" - Disallow multiple spaces;
    "key-spacing" - Enforce consistent spacing between keys and values in object literal properties;
    KonstHardy authored and ljharb committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    51282ab View commit details
    Browse the repository at this point in the history