Skip to content
This repository has been archived by the owner on Sep 17, 2022. It is now read-only.

Commit

Permalink
chore: add standard config to package.json + .vscode to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Oct 18, 2019
1 parent 49f1025 commit ab3b1d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dist
.DS_Store
.eslintcache
.idea
.vscode

yarn-error.log
package-lock.json
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
"standard-version": "^7.0.0",
"unistore": "^3.4.1"
},
"standard": {
"parser": "babel-eslint",
"env": ["jest"]
},
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit ab3b1d3

Please sign in to comment.