Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryelle/test-prettier-lint
A project to demonstrate a configuration issue
https://github.com/ryelle/test-prettier-lint
Last synced: 2 months ago
JSON representation
A project to demonstrate a configuration issue
- Host: GitHub
- URL: https://github.com/ryelle/test-prettier-lint
- Owner: ryelle
- Created: 2021-05-06T17:45:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-07T14:27:02.000Z (over 3 years ago)
- Last Synced: 2024-10-08T23:20:59.166Z (3 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test Project for @wordpress/eslint-plugin
This project uses custom prettier & eslint configs to override the default line length from 80 characters to 115. This demonstrates the issue in [WordPress/gutenberg#31557](https://github.com/WordPress/gutenberg/issues/31557).
If you run `npm run format:js`, no files will be updated, but running `npm run lint:js` flags a formatting error.
This is fixed with PR [WordPress/gutenberg#31561](https://github.com/WordPress/gutenberg/pull/31561).