Make APIs more similar
This commit is contained in:
parent
9f0e1f8b61
commit
c40d7d056e
57 changed files with 3994 additions and 1801 deletions
8
packages/prettier-config/index.json
Normal file
8
packages/prettier-config/index.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"printWidth": 120,
|
||||
"tabWidth": 2,
|
||||
"useTabs": false,
|
||||
"semi": true,
|
||||
"singleQuote": false,
|
||||
"trailingComma": "es5"
|
||||
}
|
||||
6
packages/prettier-config/package.json
Normal file
6
packages/prettier-config/package.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"name": "@link-stack/prettier-config",
|
||||
"version": "3.5.0-beta.1",
|
||||
"private": true,
|
||||
"main": "index.json"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue