Skip to content

Commit

Permalink
Merge pull request #3 from pkclark/quote-props
Browse files Browse the repository at this point in the history
Add quote-props as-needed rule
  • Loading branch information
cb1kenobi authored Oct 30, 2017
2 parents d9cea5a + 57ce670 commit d9554ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ module.exports = {
'operator-linebreak': [ 'warn', 'before' ],
'prefer-reflect': [ 'off', { 'exceptions': [ 'call' ] } ],
'quotes': [ 'error', 'single' ],
'quote-props': [ 'error', 'as-needed' ],
'semi': [ 'error', 'always' ],
'semi-spacing': 'error',
'space-before-blocks': [ 'error', 'always' ],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-axway",
"version": "2.0.5",
"version": "2.0.6",
"description": "Shareable eslint config for Axway projects",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit d9554ec

Please sign in to comment.