Skip to content

Commit 87b276f

Browse files
authored
Turn off unicorn/prefer-prototype-methods for tests (#327)
* Turn off unicorn/prefer-prototype-methods for tests * Update package.json * Update package-lock.json
1 parent 924d826 commit 87b276f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ module.exports = {
7373
{blankLine: 'any', prev: 'cjs-import', next: '*'},
7474
{blankLine: 'any', prev: 'cjs-import', next: 'cjs-import'},
7575
],
76+
'unicorn/prefer-prototype-methods': 'off',
7677
},
7778
},
7879
],

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-tc",
3-
"version": "19.2.0",
3+
"version": "19.3.0",
44
"description": "ESLint shareable config for JavaScript projects",
55
"keywords": [
66
"eslintconfig",

0 commit comments

Comments
 (0)