Skip to content

Commit

Permalink
Add ESLint and Prettier as development dependencies
Browse files Browse the repository at this point in the history
Temporarly until a new version of core-commons is released
  • Loading branch information
eaviles committed Feb 10, 2022
1 parent b8e98f0 commit 7dbb090
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@
"prettier": "^2.5.1"
},
"devDependencies": {
"core-commons": "^1.0.0-alpha.3"
"core-commons": "^1.0.0-alpha.3",
"eslint": "^8.8.0",
"prettier": "^2.5.1"
}
}

0 comments on commit 7dbb090

Please sign in to comment.