Skip to content

Commit 7e1cb13

Browse files
committed
chore: Removed volta config
Signed-off-by: Günter Schafranek <[email protected]>
1 parent 35d9bf7 commit 7e1cb13

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

.editorconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# EditorConfig is awesome: https://editorconfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Unix-style newlines with a newline ending every file
7+
# [*]
8+
# end_of_line = lf
9+
# insert_final_newline = true
10+
11+
# Matches multiple files with brace expansion notation
12+
# Set default charset
13+
[*.js]
14+
tab_width = 2
15+
indent_style = space

.prototools

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
node = "^20"
2+
pnpm = "^10"
3+
4+
[settings]
5+
auto-install = true

bom.xml

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -846,9 +846,5 @@
846846
"onFail": "ignore"
847847
}
848848
]
849-
},
850-
"volta": {
851-
"node": "22.21.0",
852-
"pnpm": "10.19.0"
853849
}
854850
}

0 commit comments

Comments
 (0)