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

Wrap indent-key to parentheses in .eslintrc #12053

Merged
merged 1 commit into from
Feb 14, 2016

Conversation

petetnt
Copy link
Collaborator

@petetnt petetnt commented Jan 5, 2016

The key indent was missing parentheses in .eslintrc, rendering the file invalid JSON.

This PR fixes that simple error.

The key `indent` was missing parentheses in `.eslintrc`, rendering the file invalid JSON. 

This PR fixes that simple error.
MiguelCastillo added a commit that referenced this pull request Feb 14, 2016
Wrap indent-key to parentheses in .eslintrc
@MiguelCastillo MiguelCastillo merged commit 8c7f548 into adobe:master Feb 14, 2016
@@ -43,7 +43,7 @@
"new-parens": 2,
"no-new-object": 2,
"no-invalid-this": 0,
indent: [0, 4],
"indent": [0, 4],
Copy link
Contributor

Choose a reason for hiding this comment

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

Awesome - thank you!!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants