We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484d621 commit 0fcf909Copy full SHA for 0fcf909
eslint.config.js
@@ -2,4 +2,6 @@
2
3
const init = require('eslint-config-metarhia');
4
5
+init[0].rules['class-methods-use-this'] = 'off';
6
+
7
module.exports = init;
0 commit comments