eslint-config-wordpress
eslint-config-wordpress copied to clipboard
This package has been deprecated, please use @wordpress/eslint-plugin or @wordpress/scripts
## The devDependency [husky](https://github.com/typicode/husky) was updated from `1.3.1` to `2.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...
## The devDependency [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint) was updated from `7.6.0` to `8.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...
## The devDependency [@commitlint/cli](https://github.com/conventional-changelog/commitlint) was updated from `7.6.1` to `8.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...
## Version **5.0.0** of **[eslint](https://github.com/eslint/eslint)** was just published. Dependency [eslint](https://github.com/eslint/eslint) Current Version 4.19.1 Type devDependency The version **5.0.0** is **not covered** by your **current version range**. If you don’t accept...
Surely this is an oversight, right? I also have a `wp_localize_script` object in camel case and declared it with `/* global my_obj */` at start of file. So I'm wondering...
This adds a Requirements section to the README and adds more details to the Installation section to make it easier for new developers to use.
Via https://github.com/WordPress/gutenberg/issues/7611#issuecomment-401087223 Remove `linebreak-style` rule: https://github.com/WordPress-Coding-Standards/eslint-config-wordpress/blob/0660e2966824f2615dc0c6c4111363a5bae5cf58/index.js#L66-L67 ``` .............................................. 312:2 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style 313:1 error Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style...
Adds compatability with Windows, instead relying on VSC to handle line endings. Fixes #56
Fixes #34.