Skip to content

Commit

Permalink
Enable func-names (fixes #29)
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed Jul 7, 2020
1 parent 9241fa8 commit 5796fe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
curly: [ERROR, 'multi-line'],
'dot-notation': ERROR,
eqeqeq: [ERROR, 'always', {null: 'ignore'}],
'func-names': [ERROR, 'as-needed'],
// See discussion in https://github.com/molindo/eslint-config-molindo/issues/27
'func-style': [ERROR, 'declaration', {allowArrowFunctions: false}],
'import/newline-after-import': ERROR,
Expand Down

0 comments on commit 5796fe5

Please sign in to comment.