Skip to content

Commit

Permalink
added eslint to package. json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
biagioo committed Jul 25, 2020
1 parent 8c8ce13 commit 2b6a4f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = function(api) {
module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
"eject": "expo eject",
"lint": "eslint ."
},
"dependencies": {
"expo": "~38.0.8",
Expand Down

0 comments on commit 2b6a4f7

Please sign in to comment.