-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from rhinobase/merge
Merged corp and shared packages into @rafty/ui
- Loading branch information
Showing
633 changed files
with
45,483 additions
and
29,787 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,38 +1,38 @@ | ||
{ | ||
"scopes": [ | ||
{ | ||
"value": "web", | ||
"name": "web: anything Website specific" | ||
"value": "ui", | ||
"name": "ui: anything ui specific" | ||
}, | ||
{ | ||
"value": "ui", | ||
"name": "ui: anything UI specific" | ||
"value": "corp", | ||
"name": "corp: anything corp specific" | ||
}, | ||
{ | ||
"value": "plugin", | ||
"name": "plugin: anything Plugin specific" | ||
"value": "blocks", | ||
"name": "blocks: anything blocks specific" | ||
}, | ||
{ | ||
"value": "corp", | ||
"name": "corp: anything Corp specific" | ||
"value": "plugin", | ||
"name": "plugin: anything plugin specific" | ||
}, | ||
{ | ||
"value": "storybook", | ||
"name": "storybook: anything Storybook specific" | ||
"name": "storybook: anything storybook specific" | ||
}, | ||
{ | ||
"value": "examples", | ||
"name": "examples: anything Examples specific" | ||
"name": "examples: anything examples specific" | ||
}, | ||
{ | ||
"value": "shared", | ||
"name": "shared: anything Shared package specific" | ||
"value": "icons", | ||
"name": "icons: anything icons specific" | ||
}, | ||
{ | ||
"value": "icons", | ||
"name": "icons: anything Icons package specific" | ||
"value": "docs", | ||
"name": "docs: anything docs specific" | ||
} | ||
], | ||
"scopesSearchValue": true, | ||
"allowCustomScopes": false | ||
} | ||
} |
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,7 +1,7 @@ | ||
{ | ||
"recommendations": [ | ||
"nrwl.angular-console", | ||
"esbenp.prettier-vscode", | ||
"dbaeumer.vscode-eslint" | ||
] | ||
} | ||
{ | ||
"recommendations": [ | ||
"nrwl.angular-console", | ||
"esbenp.prettier-vscode", | ||
"dbaeumer.vscode-eslint" | ||
] | ||
} |
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,18 +1,25 @@ | ||
{ | ||
"extends": ["next", "next/core-web-vitals", "../../.eslintrc.json"], | ||
"extends": [ | ||
"plugin:@nx/react-typescript", | ||
"next", | ||
"next/core-web-vitals", | ||
"../../.eslintrc.json" | ||
], | ||
"ignorePatterns": ["!**/*", ".next/**/*"], | ||
"overrides": [ | ||
{ | ||
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"], | ||
"rules": { | ||
"@next/next/no-html-link-for-pages": ["error", "apps/docs/pages"] | ||
} | ||
}, | ||
{ | ||
"files": ["*.ts", "*.tsx"], | ||
"rules": {} | ||
}, | ||
{ | ||
"files": ["*.js", "*.jsx"], | ||
"rules": {} | ||
} | ||
], | ||
"rules": { | ||
"@next/next/no-html-link-for-pages": "off" | ||
}, | ||
"env": { | ||
"jest": true | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.