Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopalopes24 committed Jun 6, 2024
1 parent cd182c0 commit 1e04d8e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 118 deletions.
117 changes: 0 additions & 117 deletions .eslintrc

This file was deleted.

7 changes: 7 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export default [
{
rules: {
//
},
},
];
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "PH7-Jack <[email protected]>",
"license": "MIT",
"scripts": {
"lint": "eslint . --ext .ts",
"lint": "eslint .",
"watch": "mix watch",
"build": "mix --production",
"test": "jest"
Expand Down

0 comments on commit 1e04d8e

Please sign in to comment.