Skip to content

Commit 4094f31

Browse files
committed
feat!: bump prettier-eslint to support ESLint v9 flat config
1 parent bda4b7f commit 4094f31

37 files changed

+15046
-393
lines changed

.changeset/dry-cobras-fold.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"prettier-eslint-cli": major
3+
---
4+
5+
feat!: bump `prettier-eslint` to support ESLint v9 flat config

.changeset/pre.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"mode": "pre",
3+
"tag": "alpha",
4+
"initialVersions": {
5+
"prettier-eslint-cli": "8.0.1"
6+
},
7+
"changesets": []
8+
}

.codesandbox/ci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"node": "16",
2+
"node": "18",
33
"sandboxes": []
44
}

.eslintignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

.eslintrc.js

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ custom:
1212
- https://opencollective.com/rxts
1313
- https://opencollective.com/unts
1414
- https://patreon.com/1stG
15-
- https://afdian.net/@JounQin
15+
- https://afdian.com/a/JounQin

.gitignore

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
node_modules
21
coverage
32
dist
4-
.opt-in
5-
.opt-out
3+
node_modules
64
.DS_Store
7-
.eslintcache
5+
.*cache
86
*.log
9-
10-
# these cause more harm than good
11-
# when working with contributors
12-
package-lock.json
13-
yarn.lock
7+
.*cache
8+
.yarn/*
9+
!.yarn/releases
10+
!.yarn/plugins

.npmrc

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports={name:"plugin-prepare-lifecycle",factory:e=>({hooks:{afterAllInstalled(r){if(!r.topLevelWorkspace.manifest.scripts.get("prepare"))return;e("@yarnpkg/shell").execute("yarn prepare")}}})};

.yarn/releases/yarn-4.9.1.cjs

Lines changed: 948 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)