eslint-plugin-code-style 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- package/dist/index.js +186 -186
- package/package.json +1 -5
- package/AGENTS.md +0 -1387
- package/CHANGELOG.md +0 -2087
- package/CLAUDE.md +0 -12
- package/docs/rules/README.md +0 -31
- package/docs/rules/arrays.md +0 -107
- package/docs/rules/arrow-functions.md +0 -115
- package/docs/rules/call-expressions.md +0 -275
- package/docs/rules/classes.md +0 -88
- package/docs/rules/comments.md +0 -42
- package/docs/rules/components.md +0 -330
- package/docs/rules/control-flow.md +0 -448
- package/docs/rules/functions.md +0 -232
- package/docs/rules/hooks.md +0 -147
- package/docs/rules/imports-exports.md +0 -383
- package/docs/rules/jsx.md +0 -518
- package/docs/rules/objects.md +0 -224
- package/docs/rules/react.md +0 -175
- package/docs/rules/spacing.md +0 -61
- package/docs/rules/strings.md +0 -92
- package/docs/rules/typescript.md +0 -482
- package/docs/rules/variables.md +0 -32
package/README.md
CHANGED
|
@@ -449,9 +449,11 @@ Contributions are welcome! Please feel free to submit a Pull Request.
|
|
|
449
449
|
|
|
450
450
|
1. Fork the repository
|
|
451
451
|
2. Create your feature branch (`git checkout -b feature/amazing-feature`)
|
|
452
|
-
3.
|
|
453
|
-
4.
|
|
454
|
-
5.
|
|
452
|
+
3. Build the project (`npm run build`)
|
|
453
|
+
4. Test your changes in all 4 test projects (`cd _tests_/react-ts-tw && npm run lint`)
|
|
454
|
+
5. Commit your changes (`git commit -m 'Add some amazing feature'`)
|
|
455
|
+
6. Push to the branch (`git push origin feature/amazing-feature`)
|
|
456
|
+
7. Open a Pull Request
|
|
455
457
|
|
|
456
458
|
<br />
|
|
457
459
|
|