Skip to content

Commit

Permalink
Upgrade eslint to 9.x, prettier, and configs
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Aug 31, 2024
1 parent 464a67f commit bde61b0
Show file tree
Hide file tree
Showing 8 changed files with 201 additions and 1,568 deletions.
14 changes: 0 additions & 14 deletions .eslintrc.json

This file was deleted.

10 changes: 0 additions & 10 deletions .prettierrc

This file was deleted.

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

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

module.exports = [
...init,
{
files: ['test/**/*.js'],
rules: {
strict: 'off',
},
},
];
Loading

0 comments on commit bde61b0

Please sign in to comment.