Skip to content

Commit

Permalink
added config files
Browse files Browse the repository at this point in the history
  • Loading branch information
opensrc0 committed Dec 12, 2023
1 parent 8ba5d71 commit f1091a1
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 20 deletions.
17 changes: 12 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@

root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
max_line_length = 0
trim_trailing_whitespace = false

[COMMIT_EDITMSG]
max_line_length = 0
18 changes: 9 additions & 9 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.idea
.vscode
.expo
es
cjs
docs
coverage
node_modules/
# Third party
**/node_modules

# Not written by hand
npm-debug.log*

# Build products
babel.config.js
__build-es
__build-es
.vscode
**/index.js

1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,3 @@ npm-debug.log
**/index.js

package-lock.json

builds/

coverage/

__snapshots__/

0 comments on commit f1091a1

Please sign in to comment.