Skip to content

Commit 78071e1

Browse files
committed
Bumps node modules
1 parent c1872cb commit 78071e1

4 files changed

Lines changed: 72 additions & 66 deletions

File tree

package/eslint.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,10 @@ export default tseslint.config(
5050
},
5151
plugins: {
5252
'@stylistic': stylistic,
53-
'@stylistic/ts': stylistic,
5453
},
5554
rules: {
5655
'@stylistic/semi': ['error', 'always'],
57-
'@stylistic/ts/indent': ['error', 2],
56+
'@stylistic/indent': ['error', 2],
5857
'@stylistic/comma-dangle': ['error', 'always-multiline'],
5958
'@stylistic/arrow-parens': ['error', 'always'],
6059
'@stylistic/quotes': ['error', 'single'],

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@stylistic/eslint-plugin": "^5.3.1",
4242
"@swc/cli": "^0.7.8",
4343
"@swc/core": "^1.13.5",
44-
"@types/node": "^24.3.1",
44+
"@types/node": "^24.3.3",
4545
"@vitest/coverage-v8": "^3.2.4",
4646
"chokidar": "^4.0.3",
4747
"eslint": "^9.35.0",

0 commit comments

Comments
 (0)