Skip to content

Commit

Permalink
Update eslint to 9.x and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Aug 27, 2024
1 parent 0776e87 commit 1110bad
Show file tree
Hide file tree
Showing 6 changed files with 309 additions and 2,106 deletions.
12 changes: 0 additions & 12 deletions .eslintrc.json

This file was deleted.

10 changes: 0 additions & 10 deletions .prettierrc

This file was deleted.

5 changes: 5 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
'use strict';

const init = require('eslint-config-metarhia');

module.exports = [...init];
Loading

0 comments on commit 1110bad

Please sign in to comment.