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 9181c08 commit 52baea1
Show file tree
Hide file tree
Showing 6 changed files with 719 additions and 247 deletions.
4 changes: 3 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# We need to ignore this cause this is auto-generated file
pnpm-lock.yaml
pnpm-lock.yaml
CHANGELOG.md
CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"comment": "chore: bump ESLint to v9",
"type": "none",
"packageName": "@rightcapital/phpdoc-parser",
"email": "im@pyonpyon.today",
"dependentChangeType": "none"
}
5 changes: 5 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import eslintConfigRightcapital from '@rightcapital/eslint-config';

const { config } = eslintConfigRightcapital.utils;

export default config(...eslintConfigRightcapital.configs.recommended);
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,12 @@
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@commitlint/cz-commitlint": "19.5.0",
"@rightcapital/eslint-config-javascript": "36.3.0",
"@rightcapital/eslint-config-typescript": "36.3.0",
"@rightcapital/eslint-config": "37.0.1",
"@rightcapital/prettier-config": "7.1.7",
"@types/lodash": "4.17.10",
"beachball": "2.47.1",
"commitizen": "4.3.1",
"eslint": "8.57.1",
"eslint": "9.13.0",
"husky": "9.1.6",
"inquirer": "12.0.0",
"prettier": "3.3.3",
Expand Down
Loading

0 comments on commit 52baea1

Please sign in to comment.