8000 Update eslint and prettier to 9.x · HowProgrammingWorks/Graph@361385f · GitHub
[go: up one dir, main page]

Skip to content

Commit 361385f

Browse files
committed
Update eslint and prettier to 9.x
1 parent 94154cf commit 361385f

File tree

6 files changed

+1146
-273
lines changed

6 files changed

+1146
-273
lines changed

.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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
'use strict';
2+
3+
const init = require('eslint-config-metarhia');
4+
5+
module.exports = init;

0 commit comments

Comments
 (0)
0