We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22919d5 commit 254e697Copy full SHA for 254e697
.prettierrc.js
@@ -0,0 +1,7 @@
1
+module.exports = {
2
+ printWidth: 200,
3
+ semi: true,
4
+ tabWidth: 4,
5
+ trailingComma: 'none',
6
+ singleQuote: true
7
+};
config.json
@@ -0,0 +1,10 @@
+{
+ "readme": true,
+ "angular": true,
+ "demos": [
+ "ng",
+ "vue",
+ "svelte",
8
+ "react"
9
+ ]
10
+}
package.json
@@ -83,5 +83,10 @@
83
"@nativescript-community/plugin-seed-tools": {
84
"injected": true
85
}
86
+ },
87
+ "engines": {
88
+ "npm": "please-use-yarn-or-pnpm",
89
+ "yarn": ">= 1.19.1",
90
+ "pnpm": ">= 7.0.0"
91
92
0 commit comments