Skip to content

Commit

Permalink
Merge pull request #41 from dabapps/eslint-config-prettier
Browse files Browse the repository at this point in the history
Prettier config
  • Loading branch information
manosim authored Mar 19, 2018
2 parents 6d30c88 + e97019b commit c248507
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions base/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"extends": [
"prettier"
],
"plugins": [
"prettier"
],
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-dabapps",
"version": "3.2.0",
"version": "3.2.1",
"description": "DabApps ESLint Configuration",
"main": ".eslintrc.json",
"scripts": {
Expand Down Expand Up @@ -31,6 +31,7 @@
"homepage": "https://github.com/dabapps/eslint-config-dabapps",
"dependencies": {
"babel-eslint": "7.1.0",
"eslint-config-prettier": "2.9.0",
"eslint-plugin-prettier": "=2.6.0",
"eslint-plugin-react": "=6.7.1",
"eslint-plugin-react-native": "=2.0.0"
Expand Down

0 comments on commit c248507

Please sign in to comment.