Skip to content

Commit f41c775

Browse files
committed
Disable no-shadow
We 'break' this rule all the time with our promise.then format. Release version 1.0.10.
1 parent f70af55 commit f41c775

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ module.exports = {
8484

8585
'no-else-return': 'off',
8686
'no-extra-semi': 'error',
87+
'no-shadow': 'warn',
8788
'no-invalid-this': 'off',
8889
'no-warning-comments': ['warn', { 'terms': ['FIXME', 'TODO', 'TO-DO', 'HACK', 'HERE BE DRAGONS'], 'location': 'anywhere' }],
8990
'no-undefined': 'warn',

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-tree",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "Shared Tree configuration that contains overrides and enhancements on top of the base frontier configuration.",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)