We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c735fb5 commit ce9314aCopy full SHA for ce9314a
bun.lockb
428 Bytes
fixtures/eslint.config.js
@@ -1,5 +1,5 @@
1
-import antfu from '@antfu/eslint-config'
2
-import unocss from '@unocss/eslint-plugin'
+import antfu from '@stacksjs/eslint-config'
+import unocss from '@stacksjs/eslint-plugin'
3
4
export default antfu(
5
{
package.json
@@ -41,6 +41,7 @@
41
"release": "bun run changelog && bunx bumpp package.json --all"
42
},
43
"dependencies": {
44
+ "@stacksjs/eslint-config": "^3.7.3-stacks-1.10",
45
"@typescript-eslint/utils": "^8.8.1",
46
"@unocss/config": "0.61.0",
47
"@unocss/core": "0.61.0",
0 commit comments