Skip to content

Commit

Permalink
JSAB2-80, eslint checks line length (green-fox-academy#23)
Browse files Browse the repository at this point in the history
* JSAB2-80, fix lint path problem

* JSAB2-80, change lint path
  • Loading branch information
GuJialu authored and evasimonyi committed Dec 12, 2019
1 parent b4973da commit 3338a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"lint": "eslint ."
"lint": "eslint ./src/**/*"
},
"dependencies": {
"expo": "^35.0.0",
Expand Down

0 comments on commit 3338a8f

Please sign in to comment.