Skip to content

Commit 5c3ce91

Browse files
committed
refactor!: de-monorepo
1 parent f31a824 commit 5c3ce91

File tree

126 files changed

+485
-14930
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+485
-14930
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
strict-peer-dependencies=false
22
shamefully-hoist=true
3+
ignore-workspace-root-check=true

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export default [
193193
]
194194
```
195195

196-
Check out the [configs](https://github.com/antfu/eslint-config/blob/main/packages/eslint-config/src/configs) and [factory](https://github.com/antfu/eslint-config/blob/main/packages/eslint-config/src/factory.ts) for more details.
196+
Check out the [configs](https://github.com/antfu/eslint-config/blob/main/src/configs) and [factory](https://github.com/antfu/eslint-config/blob/main/src/factory.ts) for more details.
197197

198198
> Thanks to [sxzz/eslint-config](https://github.com/sxzz/eslint-config) for the inspiration and reference.
199199

eslint.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import antfu from '@antfu/eslint-config'
21
import stylisticMigrate from '@stylistic/eslint-plugin-migrate'
32
import sortKeys from 'eslint-plugin-sort-keys'
3+
import antfu from '@antfu/eslint-config'
44

55
export default antfu(
66
undefined,

example/vitesse/.editorconfig

-9
This file was deleted.

example/vitesse/.gitignore

-10
This file was deleted.

example/vitesse/.npmrc

-2
This file was deleted.

example/vitesse/LICENSE

-21
This file was deleted.

example/vitesse/README.md

-221
This file was deleted.

0 commit comments

Comments
 (0)