This package is DEPRECATED and no longer in use at WebDevStudios and will no longer be maintained.
Install @webdevstudios/js-coding-standards
- Correct the
no-multi-space
which is incorrect tono-multi-spaces
which is the correct rule
- Don't allow multi spaces eslint
- Bump acorn from 7.1.0 to 7.1.1 PR
- Bump
eslint
to>=6.8.0
so parent packages can require greater versions if need-be, e.g. js-coding-standards js-coding-standards/issues/8
- Allow arrow functions PR:#12
- Stable release
- Require
@webdevstudios/eslint-plugin-js-coding-standards@~1.0.0
- Ready to publish on npmjs.org
- Updates to README and
package.json
- Require
eslint@~6.1.0
and@wordpress/eslint-plugin@~2.3.0
for minor updates allowed - Moved from https://github.com/WebDevStudios/js-coding-standards to https://github.com/WebDevStudios/eslint-config-js-coding-standards so that the package name we're forced to use won't be confusing
- Now requiring public package
@webdevstudios/eslint-plugin-js-coding-standards
- Removed error for
@wordpress/dependency-group
rule - Working beta state the replicates JS from WDS-Coding-Standards with
@wordpress/eslint-plugin
- Working version that uses the eslint-custom plugin correctly