Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).