eslint-plugin-wordpress
eslint-plugin-wordpress copied to clipboard
This package has been deprecated, please use @wordpress/eslint-plugin or @wordpress/scripts
The "merge" dependency of this package causes an `npm audit` warning of low severity. It will need to be updated to version 1.2.1. https://www.npmjs.com/advisories/722
Let’s get started with automated dependency management for eslint-plugin-wordpress :muscle: This pull request **updates all your dependencies to their latest version**. Having them all up to date really is the...
Package.json ```json "eslintConfig": { "extends": "plugin:wordpress/recommended", "plugins": [ "wordpress" ] }, "eslintIgnore": [ "js/**.min.js" ], ``` When I run the `eslint js/**` on `_s` I get the following error. ```...
GitHub has a nice initialisation script using [Inquirer](https://www.npmjs.com/package/inquirer), would be great to have something similar https://github.com/github/eslint-plugin-github/blob/master/bin/eslint-github-init.js
The version of this package published at https://www.npmjs.com/package/eslint-plugin-wordpress causes ESLint to throw an exception when it attempts to load the plugin due to missing files. The github/master version of this...