Skip to content

Commit f7b29af

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

6 files changed

Lines changed: 1145 additions & 273 deletions

File tree

.eslintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.eslintrc.json

Lines changed: 0 additions & 272 deletions
This file was deleted.

eslint.config.js

Lines changed: 7 additions & 0 deletions
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)