Skip to content

Commit

Permalink
Bump prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Pate authored and alexpate committed Feb 1, 2019
1 parent 24cbec4 commit 37ddf25
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 21 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Expand Up @@ -22,7 +22,6 @@ module.exports = {
},
},
},

globals: {
window: true,
document: true,
Expand Down
2 changes: 1 addition & 1 deletion .prettierrc
@@ -1,5 +1,5 @@
{
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": false
"bracketSpacing": false,
}
43 changes: 26 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -55,11 +55,11 @@
"enzyme-to-json": "^3.3.4",
"eslint": "3.19.0",
"eslint-config-airbnb": "14.1.0",
"eslint-config-prettier": "2.4.0",
"eslint-config-prettier": "3.0.1",
"eslint-plugin-flowtype": "2.32.1",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "5.0.1",
"eslint-plugin-prettier": "2.0.1",
"eslint-plugin-prettier": "3.0.1",
"eslint-plugin-react": "7.0.0",
"extract-text-webpack-plugin": "2.1.0",
"file-loader": "0.11.1",
Expand Down

0 comments on commit 37ddf25

Please sign in to comment.