Skip to content

Commit

Permalink
chore: add back eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
39bytes committed Dec 4, 2023
1 parent d5c1cbc commit 74fa0ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ module.exports = {
'eslint:recommended',
'plugin:react/recommended',
'plugin:react/jsx-runtime',
'@electron-toolkit/eslint-config-ts/recommended'
'@electron-toolkit/eslint-config-ts/recommended',
'@electron-toolkit/eslint-config-prettier'
],
rules: {
'@typescript-eslint/explicit-function-return-type': 'off'
Expand Down

0 comments on commit 74fa0ef

Please sign in to comment.