Skip to content

Commit

Permalink
Seems fine without yarn and lerna so far
Browse files Browse the repository at this point in the history
(re: #255)
  • Loading branch information
bhousel committed Feb 13, 2024
1 parent e751d9e commit 9cdb5ad
Show file tree
Hide file tree
Showing 7 changed files with 7,963 additions and 7,585 deletions.
3 changes: 1 addition & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ root = true
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
max_line_length = 100

[*.{js,json,css,html}]
indent_style = space
indent_size = 2
indent_size = 2
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
* text=auto eol=lf
* text=auto
*.bat eol=crlf
*.js eol=lf
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
.DS_Store
.esm-cache
.vscode
.coverage
.coverage/
.vscode/
.idea/

node_modules/
built/
docs/

npm-debug.log
lerna-debug.log
yarn-error.log
6 changes: 0 additions & 6 deletions lerna.json

This file was deleted.

Loading

0 comments on commit 9cdb5ad

Please sign in to comment.