Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
11.0.1 (2024-08-19)
Bug Fixes
- remove unneeded cjs prescriptive sourceType (f346cf7)
11.0.0 (2024-08-09)
Features
- use newest beta of eslint-config-crowdstrike-node, drop self-de… (#97) (dc26929)
Features
- explicitly set project registry (ecd5b1d)
- include @eslint/js as dependency, since we direclty import it in index.js (0497955)
- pull in new veta version of eslint-config-crowdstrike-node (5991447)
- run 'npx @eslint/migrate-config .eslintrc.js' (a442a7b)
- run 'npx @eslint/migrate-config index.js' (f89cc79)
Bug Fixes
- pin eslint-config-crowdstrike to published version, (59cbfe5)
- remove duplicate eslint/js reference in devDeps (6a3fd9b)
10.1.0 (2023-03-31)
Features
10.0.0 (2023-03-30)
⚠ BREAKING CHANGES
- add no-eval rule
- update generator-star-spacing to match our prettier code
Features
Bug Fixes
- update generator-star-spacing to match our prettier code (43d3736)
9.0.0 (2023-01-06)
⚠ BREAKING CHANGES
Features
8.0.0 (2022-09-16)
⚠ BREAKING CHANGES
Features
7.0.0 (2022-08-09)
⚠ BREAKING CHANGES
- add
object-shorthand
always
Features
- add
object-shorthand
always (10e6734)
6.0.0 (2022-08-09)
⚠ BREAKING CHANGES
Features
5.0.0 (2022-08-03)
⚠ BREAKING CHANGES
- add no-trailing-spaces rule
Features
- add no-trailing-spaces rule (625af39)
4.0.1 (2021-10-12)
Bug Fixes
- revert accidental eslint peer deps bump (c1bfbef)
4.0.0 (2021-09-10)
⚠ BREAKING CHANGES
Features
3.1.0 (2021-06-15)
Features
3.0.2 (2021-06-15)
3.0.1 (2020-11-20)
Bug Fixes
3.0.0 (2020-10-16)
⚠ BREAKING CHANGES
Features
2.0.0 (2020-02-05)
⚠ BREAKING CHANGES
- Per MDN
use of this property is not recommended in new code:
You should avoid using this property in new code, and should instead
use the Event
passed into the event handler function. This property
is not universally supported and even when supported introduces
potential fragility to your code.
I just came across a usage of it which was I believe unintended (we
forgot to name the parameter which was being passed to the event
handling function) and I think we sholud enable this rule to clean up
other instances...
Bug Fixes
- error on use of global
window.event
property (1c05cc1)