Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2d2ba4

Browse files
committed
Update eslint configs to 9.x
1 parent bad12c2 commit f2d2ba4

File tree

6 files changed

+1148
-274
lines changed

6 files changed

+1148
-274
lines changed

.eslintignore

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

.eslintrc.json

Lines changed: 0 additions & 273 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].ignores.push('JavaScript/6-horror.js');
6+
7+
module.exports = init;

0 commit comments

Comments
 (0)