You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm using a project that already specifies these versions in composer.json and package.json, I don't want to specify them again here and risk that the versions diverge. This can result in one of the most frustrating types of problems with linting which is when one linting tool displays an error and another doesn't.
It should be possible to instruct linter bot to use the version from these files. An example hmlinter.yml using a mixture of config could look like this:
In the Configuration section of the readme it's documented that the version for HM Coding Standards, phpcs, eslint, and stylelint can all be configured.
When I'm using a project that already specifies these versions in composer.json and package.json, I don't want to specify them again here and risk that the versions diverge. This can result in one of the most frustrating types of problems with linting which is when one linting tool displays an error and another doesn't.
It should be possible to instruct linter bot to use the version from these files. An example
hmlinter.yml
using a mixture of config could look like this:The text was updated successfully, but these errors were encountered: