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@6.8.x #30

Merged
merged 1 commit into from Jan 3, 2020
Merged

eslint@6.8.x #30

merged 1 commit into from Jan 3, 2020

Conversation

davidchambers
Copy link
Member

I decided that two of the new rules are worth adding.

I am excited about the fix for eslint/eslint#10587, which I will utilize in the forthcoming update to sanctuary-scripts.

@@ -27,6 +27,7 @@
"no-compare-neg-zero": ["error"],
"no-cond-assign": ["error", "except-parens"],
"no-dupe-args": ["error"],
"no-dupe-else-if": ["error"],
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -73,6 +74,7 @@
"object-curly-spacing": ["error", "never"],
"object-property-newline": ["error", {"allowMultiplePropertiesPerLine": true}],
"operator-assignment": ["error", "always"],
"prefer-regex-literals": ["error"],
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@davidchambers davidchambers merged commit f51b934 into master Jan 3, 2020
@davidchambers davidchambers deleted the davidchambers/eslint branch January 3, 2020 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant