Skip to content

Commit

Permalink
update eslint and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dzencot committed Apr 16, 2024
1 parent eeab966 commit 48fa3f7
Show file tree
Hide file tree
Showing 4 changed files with 1,715 additions and 12,479 deletions.
23 changes: 0 additions & 23 deletions .eslintrc.yml

This file was deleted.

12 changes: 12 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import stylisticJs from '@stylistic/eslint-plugin-js'

export default [
{
plugins: {
'@stylistic/js': stylisticJs,
},
rules: {
'@stylistic/js/indent': ['error', 2],
},
},
];
Loading

0 comments on commit 48fa3f7

Please sign in to comment.