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

[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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants