You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit removes references to the postcss and secretlint packages in the README.md. These packages were removed as they are no longer planned to be created.
Signed-off-by: prisis <[email protected]>
Copy file name to clipboardexpand all lines: README.md
-2
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,8 @@ Check the README for each configuration within the `packages` directory for spec
32
32
|[eslint](https://eslint.org)|[eslint-config](https://github.com/anolilab/javascript-style-guide/blob/main/packages/eslint-config/README.md)|| Statically analyzes your code to quickly find problems. |
33
33
| - |[package-json-utils](https://github.com/anolilab/javascript-style-guide/blob/main/packages/package-json-utils/README.md)|| Shared utilities for parsing information from a package.json file. |
34
34
|[lint-staged](https://github.com/okonet/lint-staged)|[lint-staged-config](https://github.com/anolilab/javascript-style-guide/blob/main/packages/lint-staged-config/README.md)|| Run linters on git staged files. |
35
-
|[postcss](https://postcss.org)|[postcss-config](https://github.com/anolilab/javascript-style-guide/blob/main/packages/postcss-config/README.md)|| Add vendor prefixes to CSS rules using values from [Can I Use](https://caniuse.com). |
36
35
|[prettier](https://github.com/prettier/prettier)|[prettier-config](https://github.com/anolilab/javascript-style-guide/blob/main/packages/prettier-config/README.md)|| Prettier is an opinionated code formatter. |
37
36
|[semantic-release](https://github.com/semantic-release/semantic-release)|[semantic-release-preset](https://github.com/anolilab/javascript-style-guide/blob/main/packages/semantic-release-preset/README.md)|| semantic-release is a fully automated version management and package publishing library |
38
-
|[secretlint](https://github.com/secretlint/secretlint)|[secretlint-config](https://github.com/anolilab/javascript-style-guide/blob/main/packages/secretlint-config/README.md)|| Pluggable linting tool to prevent committing credential |
39
37
|[stylelint](https://stylelint.io)|[stylelint-config](https://github.com/anolilab/javascript-style-guide/blob/main/packages/stylelint-config/README.md)|| Linter that helps you avoid errors and enforce conventions in your styles |
40
38
|[textlint](https://github.com/textlint/textlint)|[textlint-config](https://github.com/anolilab/javascript-style-guide/blob/main/packages/textlint-config/README.md)|| The pluggable natural language linter for text and markdown. |
0 commit comments