Skip to content

Commit f861df1

Browse files
committed
Update eslint and prettier to 9.x
1 parent 5a474dc commit f861df1

File tree

5 files changed

+1242
-272
lines changed

5 files changed

+1242
-272
lines changed

.eslintrc.json

-272
This file was deleted.

eslint.config.js

+5
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)