Skip to content

Commit

Permalink
update eslint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
alcohol committed Nov 19, 2024
1 parent b7af4b4 commit 698eb6d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

10 changes: 0 additions & 10 deletions .eslintrc.json

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 @@
export default [
{
ignores: ["vendor/", "views/build/"],
},
];
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@
"*.{json,scss,css,md}": [
"prettier --write"
]
}
},
"type": "module"
}

0 comments on commit 698eb6d

Please sign in to comment.