Skip to content

Commit aa90089

Browse files
authored
chore(deps): upgrade Rslint to v0.8.1 (#380)
1 parent fd6d11f commit aa90089

4 files changed

Lines changed: 40 additions & 55 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"devDependencies": {
2121
"@types/node": "catalog:",
2222
"cspell-ban-words": "catalog:",
23-
"globals": "catalog:",
2423
"heading-case": "catalog:",
2524
"prettier": "catalog:",
2625
"rstack": "workspace:*",

pnpm-lock.yaml

Lines changed: 38 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ catalog:
1717
'@rsbuild/plugin-react': '^2.1.0'
1818
'@rsbuild/plugin-sass': '^2.0.1'
1919
'@rslib/core': '~1.0.0-beta.3'
20-
'@rslint/core': '~0.8.0'
20+
'@rslint/core': '~0.8.1'
2121
'@rspress/core': '^2.0.19'
2222
'@rspress/plugin-client-redirects': '^2.0.19'
2323
'@rspress/plugin-sitemap': '^2.0.19'
@@ -38,7 +38,6 @@ catalog:
3838
'@shikijs/transformers': '^4.4.3'
3939
'cspell-ban-words': '^0.0.4'
4040
'fast-json-stable-stringify': '2.1.0'
41-
globals: '^17.11.0'
4241
'happy-dom': '^20.11.2'
4342
'heading-case': '^1.1.5'
4443
'import-meta-resolve': '4.2.0'

rstack.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// Configuration guide: https://rstack.rs/config
22
import { define } from 'rstack';
33

4-
define.lint(async ({ js, ts, rstestPlugin }) => {
5-
const { default: globals } = await import('globals');
4+
define.lint(({ globals, js, ts, rstestPlugin }) => {
65
return [
76
js.configs.recommended,
87
ts.configs.recommendedTypeChecked,

0 commit comments

Comments
 (0)