1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-05-18 12:02:33 +02:00

167 Commits

Author SHA1 Message Date
3aacbbeec4
feat: add unicorn/no-unnecessary-array-flat-depth
BREAKING CHANGE: New rule introduced
2025-05-10 20:41:18 +02:00
c4340efc6f
feat: add @typescript-eslint/no-unnecessary-type-conversion
BREAKING CHANGE: New rule introduced
2025-05-10 20:40:01 +02:00
851c468748
build(deps): update peer dependencies
BREAKING CHANGE: peerDependencies:
`eslint-plugin-unicorn@^59.0.0`
`typescript-eslint@^8.32.0`
2025-05-10 20:38:17 +02:00
892a3f8302
build(deps): update latest 2025-05-10 19:37:48 +02:00
620f6ce442
build(deps): update latest v19.2.0 2025-05-02 19:57:03 +02:00
1000c38cb2
feat: support eslint-plugin-unicorn@^59.0.0 2025-05-02 19:55:11 +02:00
517778ac50
build(deps): update latest v19.1.0 2025-03-26 12:28:16 +01:00
af99632f51
feat: support eslint-plugin-unicorn@^58.0.0 2025-03-26 12:26:05 +01:00
029a8d1757
feat: add unicorn/consistent-existence-index-check
BREAKING CHANGE: New rule introduced
v19.0.0
2025-02-23 00:02:40 +01:00
20f48f93aa
feat: add unicorn/no-named-default
BREAKING CHANGE: New rule introduced
2025-02-22 23:59:22 +01:00
d5903f0e22
feat: add unicorn/consistent-date-clone
BREAKING CHANGE: New rule introduced
2025-02-22 23:58:16 +01:00
1ce9bcb87e
feat: add unicorn/no-instanceof-builtins
BREAKING CHANGE: New rule introduced
2025-02-22 23:56:01 +01:00
51c17a84d4
build(deps): update peer dependencies
BREAKING CHANGE: peerDependencies:
`eslint@^9.21.0`
`eslint-plugin-promise@^7.2.1`
`eslint-plugin-unicorn@^57.0.0`
`eslint-plugin-import-x@^4.6.1`
`globals@^16.0.0`
`typescript-eslint@^8.24.1`
2025-02-22 23:50:22 +01:00
657b9a4bad
feat: add no-extra-boolean-cast
BREAKING CHANGE: New rule introduced
2025-02-22 23:43:23 +01:00
31ab3e70a8
feat: add no-implicit-coercion
BREAKING CHANGE: New rule introduced
2025-02-22 23:42:35 +01:00
ec16bb6eec
build(deps): update latest 2025-02-22 23:41:04 +01:00
fe7fddca13
fix: relax @typescript-eslint/unbound-method v18.0.2 2025-01-15 15:07:07 +01:00
42ae3ffe33
build(deps): update latest 2025-01-15 15:06:30 +01:00
8951ecc027
test: use describe and it v18.0.1 2025-01-06 23:17:18 +01:00
33c0f840ea
build(deps): update latest 2025-01-06 23:12:38 +01:00
d9733dc1c8
fix: relax @typescript-eslint/no-floating-promises for node:test
Ref: https://github.com/nodejs/node/issues/51292
2025-01-06 23:09:18 +01:00
5e63c17030
build(deps): update latest v18.0.0 2024-12-14 21:06:54 +01:00
9d91c09bea
fix: relax no-unused-vars to match TypeScript style of exempting names
Ref: https://typescript-eslint.io/rules/no-unused-vars/
2024-12-02 19:27:56 +01:00
e05233d429
fix: relax @typescript-eslint/array-type 2024-11-26 20:57:16 +01:00
c4c1a7f5dd
feat: add @typescript-eslint/explicit-member-accessibility
BREAKING CHANGE: New rule introduced
2024-11-23 15:44:42 +01:00
adb164f604
build(deps): update latest v17.0.1 2024-11-11 20:46:20 +01:00
8ae05c8bee
fix: relax unicorn/consistent-destructuring 2024-11-11 20:42:08 +01:00
ee4897153d
chore: remove not needed @ts-check 2024-11-11 20:40:36 +01:00
67ff8e18b2
ci: use Node.js lts/* 2024-11-11 20:39:36 +01:00
d41573f12c
docs: eslint.config.js 2024-10-29 23:48:40 +01:00
8efe22c23e
fix: relax @typescript-eslint/no-unnecessary-condition v17.0.0 2024-10-22 11:47:11 +02:00
57f419c44a
build(deps): update latest 2024-10-22 11:46:35 +02:00
a578bb80ba
docs: add // @ts-check to config example 2024-10-08 08:10:28 +02:00
e32847fa3d
chore: specify correct supported Node.js version
BREAKING CHANGE: Minimum supported Node.js >= 20.11.0

Ref: https://nodejs.org/api/esm.html#importmetadirname
2024-10-08 08:02:27 +02:00
1719cd18b3
ci: release beta v17.0.0-beta.1 2024-10-07 17:46:08 +02:00
55a46104da
feat!: add eslint-plugin-import-x rules
BREAKING CHANGE:
peerDependencies: `eslint-plugin-import-x@^4.3.1`

Fixes #3
2024-10-07 17:42:09 +02:00
66044cc8eb
style: fix Prettier 2024-10-07 17:35:13 +02:00
d9536865d8
feat!: add support for ESLint v9
Fixes #2

BREAKING CHANGE: peerDependencies:
`eslint@^9.12.0`
`eslint-plugin-promise@^7.1.0`
`eslint-plugin-unicorn@^56.0.0`
`globals@^15.10.0`
`typescript-eslint@^8.8.0`

BREAKING CHANGE: Node.js >= 20.9.0
2024-10-07 17:28:54 +02:00
f258d5ab41
fix: relax @typescript-eslint/dot-notation v16.0.1 2024-09-28 20:10:49 +02:00
424235bd4f
docs: specify TypeScript version with ~ to avoid issues with semver v16.0.0 2024-09-28 18:52:46 +02:00
7486e3aab6
build(deps): update latest
BREAKING CHANGE: peerDependencies:
`@typescript-eslint/eslint-plugin@^8.3.0`
`@typescript-eslint/parser@^8.3.0`
2024-09-28 18:50:44 +02:00
12f37d01b3
feat: add @typescript-eslint/no-unnecessary-condition
BREAKING CHANGE: New rule introduced
2024-09-25 18:02:43 +02:00
6af4b4f6ac
feat: add @typescript-eslint/no-deprecated
BREAKING CHANGE: New rule introduced

Fixes #5
2024-09-25 17:52:28 +02:00
b4f1c0b8dd
feat: add @typescript-eslint/no-redundant-type-constituents
BREAKING CHANGE: New rule introduced
2024-09-25 16:44:52 +02:00
116c3c600a
feat: add @typescript-eslint/no-unsafe-declaration-merging
BREAKING CHANGE: New rule introduced
2024-09-25 16:30:23 +02:00
4115843cc1
feat: add @typescript-eslint/unbound-method
BREAKING CHANGE: New rule introduced
2024-09-25 16:22:08 +02:00
14d3e0ba30
chore: usage of projectService for tsconfig.json 2024-09-18 00:32:33 +02:00
921aacdc9b
test: easier to debug in case of failures 2024-09-18 00:29:14 +02:00
a03e2bd109
fix: relax @typescript-eslint/return-await 2024-09-18 00:26:51 +02:00
2db017e805
test: ensure we do not use deprecated rules 2024-09-18 00:20:22 +02:00