This repository was archived by the owner on Feb 9, 2025. It is now read-only.
v16.0.0
Features
- Add and refactor rules (be86a71)
BREAKING CHANGES
- This commit adds and changes a bunch of TypeScript rules because the original plugin was deprecated.
However, there were also notable changes to the base rules:
- "array-func/prefer-flat-map": "error" // https://github.com/freaktechnik/eslint-plugin-array-func
- "jsdoc/check-examples": "error"
- "jsdoc/require-returns": "error"
- "jsdoc/require-returns-check": "error"