We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589b987 commit 783e33aCopy full SHA for 783e33a
eslint.config.js
@@ -2,4 +2,7 @@
2
3
const init = require('eslint-config-metarhia');
4
5
+init[0].rules['class-methods-use-this'] = 'off';
6
+init[0].rules['no-unused-vars'] = 'off';
7
+
8
module.exports = init;
0 commit comments