Skip to content

Commit

Permalink
chore:project
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jul 19, 2022
1 parent 22919d5 commit 254e697
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
printWidth: 200,
semi: true,
tabWidth: 4,
trailingComma: 'none',
singleQuote: true
};
10 changes: 10 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"readme": true,
"angular": true,
"demos": [
"ng",
"vue",
"svelte",
"react"
]
}
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,10 @@
"@nativescript-community/plugin-seed-tools": {
"injected": true
}
},
"engines": {
"npm": "please-use-yarn-or-pnpm",
"yarn": ">= 1.19.1",
"pnpm": ">= 7.0.0"
}
}

0 comments on commit 254e697

Please sign in to comment.