Skip to content

Commit

Permalink
feat(packages): new packages and data update
Browse files Browse the repository at this point in the history
  • Loading branch information
sam committed Jan 27, 2021
1 parent b91bb15 commit 66a3c09
Show file tree
Hide file tree
Showing 29 changed files with 1,942 additions and 106 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# top-most EditorConfig file
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.js]
indent_style = tab

[lib/**.js]
indent_style = space
indent_size = 2

[*.json]
indent_style = space
indent_size = 2
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"plugins": ["json-format"]
}
9 changes: 9 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 100,
"jsxSingleQuote": true,
"jsxBracketSameLine": false,
"endOfLine": "lf"
}
4 changes: 1 addition & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"version": "0.0.0"
}
Loading

0 comments on commit 66a3c09

Please sign in to comment.