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

Wrap indent-key to parentheses in .eslintrc#12053

Merged
MiguelCastillo merged 1 commit intoadobe:masterfrom
petetnt:patch-1
Feb 14, 2016
Merged

Wrap indent-key to parentheses in .eslintrc#12053
MiguelCastillo merged 1 commit intoadobe:masterfrom
petetnt:patch-1

Conversation

@petetnt
Copy link
Copy Markdown
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
Comment thread .eslintrc
"no-new-object": 2,
"no-invalid-this": 0,
indent: [0, 4],
"indent": [0, 4],
Copy link
Copy Markdown
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