Skip to content

Commit

Permalink
chore: reenable eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
helciofranco committed Feb 22, 2024
1 parent 42d8bed commit eca14ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"**/*.(md|mdx|json|yml|yaml|css|html)": ["prettier --write"],
"*.{js,jsx,ts,tsx,html}": ["prettier --write", "eslint --fix"],
"*.{js,jsx,ts,tsx,html}": ["eslint --fix"],
".{ts,tsx}": ["tsc --noEmit"]
}
7 changes: 1 addition & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,5 @@
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.workingDirectories": [
{
"mode": "auto"
}
]
}
}

0 comments on commit eca14ee

Please sign in to comment.