Releases: haraka/haraka-eslint
Releases · haraka/haraka-eslint
3.0.0
Compare
Sorry, something went wrong.
No results found
BREAKING: depend on eslint 10
BREAKING: export a flat-config array from index.js (was a legacy .eslintrc object)
package: type: module; ship as ESM
deps: drop @eslint/eslintrc peer (consumers no longer need FlatCompat)
deps: declare runtime deps on @eslint/js and globals (were peers)
doc(README): document flat-config consumer pattern and 2.x→3.0 migration
2.0.4
Compare
Sorry, something went wrong.
No results found
deps(all): added ^versions in package.json
ci: updated CI configs
style: prettier
2.0.3
Compare
Sorry, something went wrong.
No results found
ea73cef no-unused-vars": add { "caughtErrorsIgnorePattern": "ignore" }
2.0.2
Compare
Sorry, something went wrong.
No results found
update codeclimate config for eslint 9
index: specify eslint globals as "readonly" (changed in v9)
2.0.1
Compare
Sorry, something went wrong.
No results found
deps(peer): don't pin versions
2.0.0
Compare
Sorry, something went wrong.
No results found
BREAKING: depend on eslint 9
deps: declare peerDeps on @eslint/js and @eslint/eslintrc
index: globals reflect actual values (vs true)
index: bump es2022 -> es2024
1.1.5
Compare
Sorry, something went wrong.
No results found
1.1.4
Compare
Sorry, something went wrong.
No results found
1.1.3
Compare
Sorry, something went wrong.
No results found
add env.es2020=true
add parserOptions.ecmaVersion = latest
1.1.1
Compare
Sorry, something went wrong.
No results found
remove rule no-newline-no-curly-if
remove haraka:recommended
remove rules included in eslint:recommended