Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

Commit

Permalink
🔧 add object-shorthand to .eslintrc
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Maekelbergh <thibault.maekelbergh@student.howest.be>
  • Loading branch information
Thibault Maekelbergh committed Nov 20, 2016
1 parent a22b0fc commit 46470ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"rules": {
"comma-dangle": ["error", "always-multiline"],
"max-len": ["warn", 100],
"object-shorthand": ["warn", "always"],
"babel/object-curly-spacing": ["error", "always"],
}
}

0 comments on commit 46470ca

Please sign in to comment.