All notable changes to this project will be documented in this file This project adheres to Semantic Versioning Formatting help at keepachangelog.com Unreleased changes
- Update eslint-config-wordpress to @wordpress/eslint-plugin and update recommended reference
- Update eslint to 8.0.0
- Add @babel/core peer dependency
- Update eslint-plugin-jest to 27.1.4
- Update eslint-plugin-nuxt to 4.0.0
- Add prettier peer dependency
- Add typescript peer dependency
- Update cross-env to 7.0.3
- Replace is-plain-obj with is-plain-object
- Update jest to 29.3.1
- Updated with sourcetype modules
- Removed no-plusplus rule as we are using semicolons
0.0.13 - 2017-10-29
- Adds basic Jest linting rules
0.0.12 - 2017-10-26
- Documentation and lint config update to show paths of all linted filenames
- Minor fix to duplicated test expectations introduced in v0.0.11
0.0.11 - 2017-10-25
- Loosens the max-params requirement to 4, as 3 can be difficult to achieve in some situations.
- Documentation and Travis configuration updates
- Slight improvement to tests
0.0.10 - 2017-10-23
- Extends the id-length max requirement to 30, in an attempt to avoid needlessly penalising well-explained variable names
0.0.9 - 2017-10-23
- Removes the key sorting requirement, as it can cause more harm than good.
0.0.8 - 2017-10-18
- Changes the key-spacing rule to warn level only.
0.0.7 - 2017-10-18
- Changes the no-mixed-requires rule to still allow function calls.
- Changes README to use yarn install commands rather than npm.
0.0.6 - 2017-10-13
- Changes a number of small documentation issues.
- Fixes linting config to ignore coverage reports.
0.0.5 - 2017-10-12
- Changes npm to yarn as preferred package manager.
- Changes Jest config to include coverage reports and find tests in tests/ folder.
0.0.4 - 2017-10-06
- Fixes eslint and eslint-config-wordpress being defined as devDependencies.
0.0.3 - 2017-10-06
- Adds tests, including npm scripts & CI config.
- Makes sure JS in this repo passes the linting standards it defines ;).
0.0.2 - 2017-10-06
- Adds organisation scope.
0.0.1 - 2017-10-06
- Initial release.