diff --git a/.editorconfig b/.editorconfig index c79ce2d..42763fb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 \ No newline at end of file + +[*.md] +max_line_length = 0 +trim_trailing_whitespace = false + +[COMMIT_EDITMSG] +max_line_length = 0 \ No newline at end of file diff --git a/.eslintignore b/.eslintignore index a1f42b1..ee7a21b 100644 --- a/.eslintignore +++ b/.eslintignore @@ -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 \ No newline at end of file +__build-es +.vscode +**/index.js + diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2125666 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto \ No newline at end of file diff --git a/.gitignore b/.gitignore index a96ddf5..b2363f4 100644 --- a/.gitignore +++ b/.gitignore @@ -9,9 +9,3 @@ npm-debug.log **/index.js package-lock.json - -builds/ - -coverage/ - -__snapshots__/