We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b4a66c commit 953da52Copy full SHA for 953da52
3 files changed
packages/eslint-config-transit/index.js
@@ -28,6 +28,10 @@ module.exports = {
28
exports: 'always-multiline',
29
functions: 'ignore',
30
}],
31
+ 'no-underscore-dangle': ['error',{
32
+ 'allowAfterThis': true,
33
+ 'allowAfterSuper': true,
34
+ }],
35
'class-methods-use-this': 'off',
36
},
37
};
0 commit comments