Skip to content

Commit bac8836

Browse files
committed
Update linter and prettier to 9.x
1 parent 529401f commit bac8836

6 files changed

Lines changed: 1146 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: 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)