Skip to content

Commit 953da52

Browse files
committed
Update packages, allow no-underscore-dangle on this and super
1 parent 8b4a66c commit 953da52

File tree

3 files changed

+750
-675
lines changed

3 files changed

+750
-675
lines changed

packages/eslint-config-transit/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ module.exports = {
2828
exports: 'always-multiline',
2929
functions: 'ignore',
3030
}],
31+
'no-underscore-dangle': ['error',{
32+
'allowAfterThis': true,
33+
'allowAfterSuper': true,
34+
}],
3135
'class-methods-use-this': 'off',
3236
},
3337
};

0 commit comments

Comments
 (0)