Skip to content

Commit f7b29af

Browse files
committed
Update eslint config to 9.x
1 parent f9c4ab1 commit f7b29af

6 files changed

+1145
-273
lines changed

.eslintignore

-1
This file was deleted.

.eslintrc.json

-272
This file was deleted.

eslint.config.js

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
'use strict';
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

Comments
 (0)