-
Notifications
You must be signed in to change notification settings - Fork 159
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
[lint]: Remove local lint packages in favor of published package #10375
Closed
Labels
Comments
kennylam
changed the title
Remove local lint packages in favor of published package, e.g. [eslint-config-carbon](https://www.npmjs.com/package/eslint-config-carbon)
[lint]: Remove local lint packages in favor of published package
May 2, 2023
This was referenced Dec 14, 2023
kodiakhq bot
pushed a commit
that referenced
this issue
Dec 21, 2023
### Related Ticket(s) Closes #10375 ### Description This removes local linting packages in favor of hosted ones. ### Changelog **New** - add `eslint-config-carbon` and `stylelint-config-carbon` linting packages **Changed** - update styles to use CSS logical properties - update lint configs - `packages/storybook-images` folder moved to `packages/web-components/.storybook/` - various configs moved to package.json and standalone files removed **Removed** - local lint packages removed - `eslint-config-ibmdotcom` - `eslint-plugin-ibmdotcom-import-rules` - `eslint-plugin-react-prop-type-comments` - `stylelint-config-ibmdotcom` <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
kennylam
added a commit
to kennylam/carbon-for-ibm-dotcom
that referenced
this issue
Jan 5, 2024
Closes carbon-design-system#10375 This removes local linting packages in favor of hosted ones. **New** - add `eslint-config-carbon` and `stylelint-config-carbon` linting packages **Changed** - update styles to use CSS logical properties - update lint configs - `packages/storybook-images` folder moved to `packages/web-components/.storybook/` - various configs moved to package.json and standalone files removed **Removed** - local lint packages removed - `eslint-config-ibmdotcom` - `eslint-plugin-ibmdotcom-import-rules` - `eslint-plugin-react-prop-type-comments` - `stylelint-config-ibmdotcom` <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
kennylam
added a commit
to kennylam/carbon-for-ibm-dotcom
that referenced
this issue
Mar 12, 2024
Closes carbon-design-system#10375 This removes local linting packages in favor of hosted ones. **New** - add `eslint-config-carbon` and `stylelint-config-carbon` linting packages **Changed** - update styles to use CSS logical properties - update lint configs - `packages/storybook-images` folder moved to `packages/web-components/.storybook/` - various configs moved to package.json and standalone files removed **Removed** - local lint packages removed - `eslint-config-ibmdotcom` - `eslint-plugin-ibmdotcom-import-rules` - `eslint-plugin-react-prop-type-comments` - `stylelint-config-ibmdotcom` <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
kennylam
added a commit
to kennylam/carbon-for-ibm-dotcom
that referenced
this issue
Mar 21, 2024
Closes carbon-design-system#10375 This removes local linting packages in favor of hosted ones. **New** - add `eslint-config-carbon` and `stylelint-config-carbon` linting packages **Changed** - update styles to use CSS logical properties - update lint configs - `packages/storybook-images` folder moved to `packages/web-components/.storybook/` - various configs moved to package.json and standalone files removed **Removed** - local lint packages removed - `eslint-config-ibmdotcom` - `eslint-plugin-ibmdotcom-import-rules` - `eslint-plugin-react-prop-type-comments` - `stylelint-config-ibmdotcom` <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
kennylam
added a commit
to kennylam/carbon-for-ibm-dotcom
that referenced
this issue
Jun 11, 2024
### Related Ticket(s) Closes carbon-design-system#10375 ### Description This removes local linting packages in favor of hosted ones. ### Changelog **New** - add `eslint-config-carbon` and `stylelint-config-carbon` linting packages **Changed** - update styles to use CSS logical properties - update lint configs - `packages/storybook-images` folder moved to `packages/web-components/.storybook/` - various configs moved to package.json and standalone files removed **Removed** - local lint packages removed - `eslint-config-ibmdotcom` - `eslint-plugin-ibmdotcom-import-rules` - `eslint-plugin-react-prop-type-comments` - `stylelint-config-ibmdotcom` <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Remove local lint packages in favor of published packages, e.g. eslint-config-carbon. Can also take the opportunity to consolidate and remove duplicate eslint configs.
The text was updated successfully, but these errors were encountered: