Skip to content

Commit 2695820

Browse files
committed
update meta
1 parent c1055a2 commit 2695820

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.editorconfig

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
1-
# Editor configuration, see https://editorconfig.org
1+
# http://editorconfig.org
2+
23
root = true
34

45
[*]
56
charset = utf-8
67
indent_style = space
78
indent_size = 2
9+
end_of_line = lf
810
insert_final_newline = true
911
trim_trailing_whitespace = true
10-
11-
[*.ts]
1212
quote_type = single
13-
14-
[*.md]
15-
max_line_length = off
16-
trim_trailing_whitespace = false

.npmrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
engine-strict = true
2+
use-node-version = 16.18.0
3+
prefer-workspace-packages = true

0 commit comments

Comments
 (0)