Skip to content

Commit

Permalink
chore: add missing .editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed May 7, 2022
1 parent c53d9dc commit 4d8b081
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*]
indent_style = space
indent_size = 2
tab_width = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"prerelease": "npm run build",
"pretest": "yarn build",
"release": "clean-publish && changeset publish",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js",
"typecov": "type-coverage"
},
"dependencies": {
Expand Down

0 comments on commit 4d8b081

Please sign in to comment.