Skip to content

Commit b4bc1df

Browse files
committed
chore: wip
1 parent b3ef980 commit b4bc1df

File tree

6 files changed

+28
-24
lines changed

6 files changed

+28
-24
lines changed

.stacks/core/utils/lint/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"@stacksjs/eslint-config": "workspace:*",
5050
"@types/eslint": "^8.44.0",
5151
"eslint": "^8.46.0",
52+
"eslint-plugin-stacksjs": "workspace:*",
5253
"lint-staged": "^13.2.3",
5354
"publint": "^0.1.16"
5455
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": "@stacksjs",
33
"plugins": [
4-
"stacks"
4+
"stacksjs"
55
]
66
}

.stacks/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@
235235
"eslint-plugin-stacks": ["./.stacks/utils/lint/eslint/eslint-plugin-stacks/src/index.ts"],
236236
"eslint-plugin-stacksjs": ["./.stacks/utils/lint/eslint/eslint-plugin-stacksjs/src/index.ts"],
237237
"@stacksjs/eslint-config": ["./.stacks/utils/lint/eslint/eslint-config/src/index.ts"],
238+
"@stacksjs/eslint-config-basic": ["./.stacks/utils/lint/eslint/eslint-config-basic/src/index.ts"],
238239
"~/app/*": ["../app/*"],
239240
"~/config/*": ["../config/*"],
240241
"~/components/*": ["../resources/components/*"],

bun.lockb

56 Bytes
Binary file not shown.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@
108108
".stacks/core/*",
109109
".stacks/core/notifications/*",
110110
".stacks/core/utils/*",
111+
".stacks/core/utils/lint/",
112+
".stacks/core/utils/lint/*",
111113
".stacks/core/utils/lint/packages/*",
112114
".stacks/api",
113115
".stacks/docs",

yarn.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
22
# yarn lockfile v1
3-
# bun ./bun.lockb --hash: 17B21EDBC3BD3E08-1745b14126356d96-1503B5F421A3126D-634d8b71622c05ac
3+
# bun ./bun.lockb --hash: 0FC691BF981E7D1B-baf03a6c63ea2767-8A8C15295A779629-f4bfef1386f7cce2
44

55

66
"@aashutoshrathi/word-wrap@^1.2.3":
@@ -4366,7 +4366,7 @@
43664366
devDependencies:
43674367
"@stacksjs/development" "workspace:*"
43684368

4369-
"@stacksjs/lint@.stacks/core/utils/lint", "@stacksjs/lint@workspace:*":
4369+
"@stacksjs/lint@.stacks/core/utils/lint/", "@stacksjs/lint@workspace:*":
43704370
version "workspace:.stacks/core/utils/lint"
43714371
resolved "workspace:.stacks/core/utils/lint"
43724372
devDependencies:
@@ -6729,9 +6729,9 @@ bumpp@^9.1.1:
67296729
semver "^7.5.1"
67306730

67316731
bun-types@canary:
6732-
version "0.7.1-canary.20230729T010434"
6733-
resolved "https://registry.npmjs.org/bun-types/-/bun-types-0.7.1-canary.20230729T010434.tgz"
6734-
integrity sha512-ds14A+Ohi68/U/QmchPAW9x5wdwVOo0t8dFK4astJsSXp9DF7zrBH3fEwPoF2xT/A7C2tu6Opl3psSMI6hDCqg==
6732+
version "0.7.2-canary.20230802T014026"
6733+
resolved "https://registry.npmjs.org/bun-types/-/bun-types-0.7.2-canary.20230802T014026.tgz"
6734+
integrity sha512-zAf9oQ2zQ4lWUe18Ekt7P0vFfjLIysrnh0sPYAi/x1uq1f+WO5Hi+s/vdaO9jK1m04RB1WbiJJNvYkhBjN/T+g==
67356735

67366736
bundle-name@^3.0.0:
67376737
version "3.0.0"
@@ -8241,9 +8241,9 @@ end-of-stream@^1.1.0, end-of-stream@^1.4.1:
82418241
once "^1.4.0"
82428242

82438243
engine.io@~6.5.0:
8244-
version "6.5.1"
8245-
resolved "https://registry.npmjs.org/engine.io/-/engine.io-6.5.1.tgz"
8246-
integrity sha512-mGqhI+D7YxS9KJMppR6Iuo37Ed3abhU8NdfgSvJSDUafQutrN+sPTncJYTyM9+tkhSmWodKtVYGPPHyXJEwEQA==
8244+
version "6.5.2"
8245+
resolved "https://registry.npmjs.org/engine.io/-/engine.io-6.5.2.tgz"
8246+
integrity sha512-IXsMcGpw/xRfjra46sVZVHiSWo/nJ/3g1337q9KNXtS6YRzbW5yIzTCb9DjhrBe7r3GZQR0I4+nq+4ODk5g/cA==
82478247
dependencies:
82488248
"@types/cookie" "^0.4.1"
82498249
"@types/cors" "^2.8.12"
@@ -8253,24 +8253,24 @@ engine.io@~6.5.0:
82538253
cookie "~0.4.1"
82548254
cors "~2.8.5"
82558255
debug "~4.3.1"
8256-
engine.io-parser "~5.1.0"
8256+
engine.io-parser "~5.2.1"
82578257
ws "~8.11.0"
82588258

82598259
engine.io-client@~6.5.1:
8260-
version "6.5.1"
8261-
resolved "https://registry.npmjs.org/engine.io-client/-/engine.io-client-6.5.1.tgz"
8262-
integrity sha512-hE5wKXH8Ru4L19MbM1GgYV/2Qo54JSMh1rlJbfpa40bEWkCKNo3ol2eOtGmowcr+ysgbI7+SGL+by42Q3pt/Ng==
8260+
version "6.5.2"
8261+
resolved "https://registry.npmjs.org/engine.io-client/-/engine.io-client-6.5.2.tgz"
8262+
integrity sha512-CQZqbrpEYnrpGqC07a9dJDz4gePZUgTPMU3NKJPSeQOyw27Tst4Pl3FemKoFGAlHzgZmKjoRmiJvbWfhCXUlIg==
82638263
dependencies:
82648264
"@socket.io/component-emitter" "~3.1.0"
82658265
debug "~4.3.1"
8266-
engine.io-parser "~5.1.0"
8266+
engine.io-parser "~5.2.1"
82678267
ws "~8.11.0"
82688268
xmlhttprequest-ssl "~2.0.0"
82698269

8270-
engine.io-parser@~5.1.0:
8271-
version "5.1.0"
8272-
resolved "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.1.0.tgz"
8273-
integrity sha512-enySgNiK5tyZFynt3z7iqBR+Bto9EVVVvDFuTT0ioHCGbzirZVGDGiQjZzEp8hWl6hd5FSVytJGuScX1C1C35w==
8270+
engine.io-parser@~5.2.1:
8271+
version "5.2.1"
8272+
resolved "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.2.1.tgz"
8273+
integrity sha512-9JktcM3u18nU9N2Lz3bWeBgxVgOKpw7yhRaoxQA3FUDZzzw+9WlA6p4G4u0RixNkg14fH7EfEc/RhpurtiROTQ==
82748274

82758275
enhanced-resolve@^5.8.3:
82768276
version "5.15.0"
@@ -9830,12 +9830,12 @@ h3@^1.7.1:
98309830
uncrypto "^0.1.3"
98319831

98329832
handlebars@^4.7.7:
9833-
version "4.7.7"
9834-
resolved "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz"
9835-
integrity sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==
9833+
version "4.7.8"
9834+
resolved "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz"
9835+
integrity sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==
98369836
dependencies:
98379837
minimist "^1.2.5"
9838-
neo-async "^2.6.0"
9838+
neo-async "^2.6.2"
98399839
source-map "^0.6.1"
98409840
wordwrap "^1.0.0"
98419841
optionalDependencies:
@@ -12303,7 +12303,7 @@ negotiator@0.6.3:
1230312303
resolved "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz"
1230412304
integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==
1230512305

12306-
neo-async@^2.6.0:
12306+
neo-async@^2.6.2:
1230712307
version "2.6.2"
1230812308
resolved "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz"
1230912309
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
@@ -15717,7 +15717,7 @@ terminal-link@^3.0.0:
1571715717
ansi-escapes "^5.0.0"
1571815718
supports-hyperlinks "^2.2.0"
1571915719

15720-
terser@^5.0.0, terser@^5.9.0:
15720+
terser@^5.0.0, terser@^5.4.0, terser@^5.9.0:
1572115721
version "5.19.2"
1572215722
resolved "https://registry.npmjs.org/terser/-/terser-5.19.2.tgz"
1572315723
integrity sha512-qC5+dmecKJA4cpYxRa5aVkKehYsQKc+AHeKl0Oe62aYjBL8ZA33tTljktDHJSaxxMnbI5ZYw+o/S2DxxLu8OfA==

0 commit comments

Comments
 (0)