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

Conversation

KonstHardy
Copy link
Contributor

@KonstHardy KonstHardy commented Nov 4, 2021

Hello,
I've improved the documentation by adding additional ESLint rules and fixing some minor typos.

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;

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 KonstHardy changed the title Additional ESLint rules & Fix typo in factoryWithTypeCheckers.js Additional ESLint rules Nov 27, 2021
@ljharb ljharb changed the title Additional ESLint rules [eslint] enable some rules Nov 29, 2021
@ljharb ljharb merged commit 51282ab into facebook:main Nov 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants