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 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. Commit your changes (`git commit -m 'Add some amazing feature'`)
453
- 4. Push to the branch (`git push origin feature/amazing-feature`)
454
- 5. Open a Pull Request
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