Skip to content

Commit

Permalink
chore: bump ESLint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
frantic1048 committed Oct 21, 2024
1 parent 53b7ad3 commit 8f6b3ea
Show file tree
Hide file tree
Showing 9 changed files with 1,687 additions and 451 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

13 changes: 0 additions & 13 deletions .eslintrc.cjs

This file was deleted.

2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
20.18.0
10 changes: 10 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import eslintConfigRightcapital from '@rightcapital/eslint-config';

const { config } = eslintConfigRightcapital.utils;

export default config(
{
ignores: ['dist'],
},
...eslintConfigRightcapital.configs.recommended,
);
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "MIT",
"scripts": {
"dev": "tsc --watch",
"build": "tsc",
"build": "tsc --build tsconfig.build.json",
"lint": "pnpm run prettier:lint && pnpm run eslint:lint",
"lint:fix": "pnpm run eslint:fix && pnpm run prettier:fix",
"eslint:lint": "eslint --max-warnings=0 .",
Expand Down Expand Up @@ -42,14 +42,14 @@
"@commitlint/cli": "18.4.4",
"@commitlint/config-conventional": "18.4.4",
"@commitlint/cz-commitlint": "18.4.4",
"@rightcapital/eslint-config-typescript": "17.0.1",
"@rightcapital/eslint-config": "37.0.1",
"@rightcapital/prettier-config": "6.0.9",
"@types/express": "4.17.21",
"@types/node": "20",
"@verdaccio/types": "10.8.0",
"beachball": "2.39.0",
"commitizen": "4.3.0",
"eslint": "8.56.0",
"eslint": "9.13.0",
"husky": "8.0.3",
"prettier": "3.1.1",
"typescript": "5.3.3"
Expand Down
Loading

0 comments on commit 8f6b3ea

Please sign in to comment.