All notable changes to the "eslint-plugin-zowe-explorer" package will be documented in this file.
- Added placeholder
madge
script topackage.json
for workspace script to succeed. - Migrated to new package manager PNPM from Yarn.
- Added placeholder
madge
script topackage.json
for workspace script to succeed. - Migrated to new package manager PNPM from Yarn.
- Added
no-floating-promises
rule that ignores floating thenables without a.catch
method. #2291
- Updated linter rules and addressed linter errors throughout the codebase. #2184
- Removed TSLint references and replaced with relevant ESLint rules. #2030