Skip to content

Commit

Permalink
fix: Disable array-func/prefer-array-from (#35)
Browse files Browse the repository at this point in the history
Closes #29
  • Loading branch information
jhnns committed Aug 26, 2018
1 parent 1b17d18 commit 69e2601
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ module.exports = {
"array-bracket-spacing": ["error", "never"], // http://eslint.org/docs/rules/array-bracket-spacing
"array-callback-return": ["error"], // http://eslint.org/docs/rules/array-callback-return
"array-element-newline": "off", // http://eslint.org/docs/rules/array-element-newline
"array-func/prefer-array-from": "off", // https://github.com/freaktechnik/eslint-plugin-array-func
"arrow-body-style": ["error", "as-needed"], // http://eslint.org/docs/rules/arrow-body-style
"arrow-parens": "off", // http://eslint.org/docs/rules/arrow-parens
"arrow-spacing": [
Expand Down

0 comments on commit 69e2601

Please sign in to comment.