Skip to content

Commit 783e33a

Browse files
committed
Update linter config
1 parent 589b987 commit 783e33a

File tree

2 files changed

+1119
-0
lines changed

2 files changed

+1119
-0
lines changed

eslint.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22

33
const init = require('eslint-config-metarhia');
44

5+
init[0].rules['class-methods-use-this'] = 'off';
6+
init[0].rules['no-unused-vars'] = 'off';
7+
58
module.exports = init;

0 commit comments

Comments
 (0)