-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AndreaPontrandolfo/issue233 #260
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
fc343bf
feat(types): now Sheriff types are exposed through the `eslint-config…
AndreaPontrandolfo 13efb43
docs(website): updated code snippets in docs
AndreaPontrandolfo dd35dfb
added changeset
AndreaPontrandolfo d4a207a
removed are-the-types-wrong
AndreaPontrandolfo 8bbde20
updated lockfile
AndreaPontrandolfo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
'eslint-config-sheriff': major | ||
'@sherifforg/create-config': patch | ||
'@sherifforg/cli': patch | ||
'docs-website': patch | ||
--- | ||
|
||
feat(types): now Sheriff types are exposed through the eslint-config-sheriff package instead of @sherifforg/types. | ||
Closes #233 |
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
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
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
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
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
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
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
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
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
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,15 +1,13 @@ | ||
{ | ||
"name": "@sherifforg/constants", | ||
"description": "Sheriff constants.", | ||
"version": "0.1.1", | ||
"private": true, | ||
"type": "module", | ||
"exports": { | ||
".": "./src/index.ts" | ||
}, | ||
"files": [ | ||
"src", | ||
"CHANGELOG.md" | ||
"src" | ||
], | ||
"scripts": { | ||
"clean": "rm -rf .turbo" | ||
|
@@ -18,5 +16,18 @@ | |
"@sherifforg/types": "workspace:*", | ||
"tsconfig": "workspace:*", | ||
"typescript": "^5.5.3" | ||
}, | ||
"engines": { | ||
"node": ">=20.10.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/AndreaPontrandolfo/sheriff.git", | ||
"directory": "packages/sheriff-constants" | ||
}, | ||
"author": { | ||
"name": "Andrea Pontrandolfo", | ||
"email": "[email protected]", | ||
"url": "https://github.com/AndreaPontrandolfo" | ||
} | ||
} |
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
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
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,28 +1,20 @@ | ||
{ | ||
"name": "@sherifforg/types", | ||
"description": "Sheriff types.", | ||
"version": "4.1.1", | ||
"license": "MIT", | ||
"type": "module", | ||
"files": [ | ||
"dist" | ||
], | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.js" | ||
} | ||
".": "./src/index.ts" | ||
}, | ||
"files": [ | ||
"src" | ||
], | ||
"scripts": { | ||
"clean": "rm -rf .turbo dist", | ||
"typecheck": "tsc --noEmit", | ||
"publint": "publint", | ||
"build": "tsup" | ||
"typecheck": "tsc --noEmit" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^22.5.1", | ||
"publint": "^0.2.10", | ||
"tsconfig": "workspace:*", | ||
"tsup": "^8.2.4", | ||
"typescript": "^5.5.3" | ||
}, | ||
"repository": { | ||
|
@@ -35,16 +27,6 @@ | |
"email": "[email protected]", | ||
"url": "https://github.com/AndreaPontrandolfo" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"bug": "https://github.com/AndreaPontrandolfo/sheriff/labels/bug", | ||
"keywords": [ | ||
"javascript", | ||
"eslint", | ||
"typescript", | ||
"types" | ||
], | ||
"engines": { | ||
"node": ">=20.10.0" | ||
} | ||
|
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dropping attw, or was PNPM acting up again? I can file an issue again :)