Skip to content

Commit

Permalink
chore: updated ESLint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulCatalinas committed May 27, 2024
1 parent e051193 commit f074e58
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 101 deletions.
Binary file modified bun.lockb
Binary file not shown.
13 changes: 13 additions & 0 deletions eslint.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
const eslintPluginPrettier = require('eslint-plugin-prettier/recommended')

module.exports = [
eslintPluginPrettier,
{
...require('eslint-config-love'),
files: ['**/*.ts'],
rules: {
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/explicit-function-return-type": "off"
}
}
]
97 changes: 0 additions & 97 deletions eslint.config.js

This file was deleted.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,15 @@
"@types/npmcli__promise-spawn": "6.0.3",
"@types/opener": "1.4.3",
"esbuild": "0.21.4",
"eslint": "9.3.0",
"eslint": "^8.0.1",
"eslint-config-love": "50.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"globals": "15.3.0",
"husky": "9.0.11",
"lint-staged": "15.2.5",
"markdownlint": "0.34.0",
"prettier": "3.2.5",
"typescript": "5.4.5",
"typescript-eslint": "7.10.0"
"typescript": "5.4.5"
},
"contributors": [
{
Expand Down

0 comments on commit f074e58

Please sign in to comment.