We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1055a2 commit 2695820Copy full SHA for 2695820
.editorconfig
@@ -1,16 +1,12 @@
1
-# Editor configuration, see https://editorconfig.org
+# http://editorconfig.org
2
+
3
root = true
4
5
[*]
6
charset = utf-8
7
indent_style = space
8
indent_size = 2
9
+end_of_line = lf
10
insert_final_newline = true
11
trim_trailing_whitespace = true
-
-[*.ts]
12
quote_type = single
13
14
-[*.md]
15
-max_line_length = off
16
-trim_trailing_whitespace = false
.npmrc
@@ -0,0 +1,3 @@
+engine-strict = true
+use-node-version = 16.18.0
+prefer-workspace-packages = true
0 commit comments