Skip to content

Commit

Permalink
Turn off unicorn/prefer-prototype-methods for tests (#327)
Browse files Browse the repository at this point in the history
* Turn off unicorn/prefer-prototype-methods for tests

* Update package.json

* Update package-lock.json
  • Loading branch information
tclindner authored Jun 5, 2021
1 parent 924d826 commit 87b276f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ module.exports = {
{blankLine: 'any', prev: 'cjs-import', next: '*'},
{blankLine: 'any', prev: 'cjs-import', next: 'cjs-import'},
],
'unicorn/prefer-prototype-methods': 'off',
},
},
],
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-tc",
"version": "19.2.0",
"version": "19.3.0",
"description": "ESLint shareable config for JavaScript projects",
"keywords": [
"eslintconfig",
Expand Down

0 comments on commit 87b276f

Please sign in to comment.