1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-11-14 22:53:13 +01:00
Commit Graph

10 Commits

Author SHA1 Message Date
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
921aacdc9b
test: easier to debug in case of failures 2024-09-18 00:29:14 +02:00
2db017e805
test: ensure we do not use deprecated rules 2024-09-18 00:20:22 +02:00
10b5a0d8df
fix: allow to ignore floating promise with void operator: @typescript-eslint/no-floating-promises 2024-05-21 19:35:36 +02:00
0e2b2ae89d
chore: better Prettier config for easier reviews 2023-10-23 23:00:22 +02:00
528a31316d
refactor: usage of node:test instead of tap 2023-07-02 15:46:14 +02:00
Divlo
e0f93343fe
test: fix with new rules introduced 2022-08-31 14:00:08 +02:00
Divlo
387509a30f
chore: replace tape with tap 2022-03-19 14:28:00 +01:00
Divlo
48061dd577
feat: support both JavaScript and TypeScript linting 2022-02-20 12:36:37 +01:00
Divlo
b79a5fbcb0
chore: initial commit 2022-02-19 16:05:21 +01:00