Skip to content

Commit

Permalink
Fix prettier/eslint strangeness
Browse files Browse the repository at this point in the history
  • Loading branch information
bjkeller committed Jul 22, 2019
1 parent b4cc895 commit fff61bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"browser": true,
"es6": true
},
"extends": "standard",
"extends": "plugin:prettier/recommended",
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
Expand Down

0 comments on commit fff61bc

Please sign in to comment.