-
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
9cb8b5e
commit 77e3b95
Showing
6 changed files
with
904 additions
and
378 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
change/@rightcapital-php-parser-ba2b5246-9bc6-46fc-94bd-f688a32f7260.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/php-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,14 @@ | ||
import rcPreset from '@rightcapital/eslint-config'; | ||
|
||
const { config } = rcPreset.utils; | ||
|
||
export default config( | ||
{ | ||
ignores: [ | ||
'src/php-parser/types/node', | ||
'src/php-parser/types/types.ts', | ||
'dist', | ||
], | ||
}, | ||
...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.