Skip to content

Commit edb5bb9

Browse files
committedMar 3, 2025
Remove disabling eslint rule
1 parent 7513838 commit edb5bb9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎eslint.config.js

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

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

5-
init[0].rules['class-methods-use-this'] = 'off';
6-
75
module.exports = init;

0 commit comments

Comments
 (0)
Please sign in to comment.