Skip to content

Commit

Permalink
Add array-callback-return
Browse files Browse the repository at this point in the history
  • Loading branch information
beschoenen committed Aug 7, 2019
1 parent 02ef4b5 commit aa43f1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapcreator/eslint-config",
"version": "1.0.3",
"version": "1.0.4",
"description": "MapCreator eslint configs",
"main": "index.js",
"repository": "[email protected]:MapCreatorEU/eslint-config.git",
Expand Down
1 change: 1 addition & 0 deletions rules/es6/bestPractices.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const prod = require('../../helpers/prod');

module.exports = {
rules: {
'array-callback-return': 'error',
'block-scoped-var': 'error',
'curly': ['error', 'multi-line', 'consistent'],
// 'default-case': [],
Expand Down

0 comments on commit aa43f1d

Please sign in to comment.