-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9181c08
commit d23f155
Showing
6 changed files
with
867 additions
and
282 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
7 changes: 7 additions & 0 deletions
7
change/@rightcapital-phpdoc-parser-4695ca75-9d02-441f-aa3f-1791c6e5f674.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "[email protected]", | ||
"dependentChangeType": "none" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
import rcPreset from '@rightcapital/eslint-config'; | ||
|
||
const { config } = rcPreset.utils; | ||
|
||
export default config(...rcPreset.configs.recommended); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.