Skip to content

Commit

Permalink
restore prettier rules to match pre-2.0 defaults
Browse files Browse the repository at this point in the history
Change-Id: I8078161303b1e88934972b65a7aaff2ef16707e1
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/258429
Tested-by: Service Cloud Jenkins <[email protected]>
Reviewed-by: Brian Watson <[email protected]>
Reviewed-by: Aaron Shafovaloff <[email protected]>
Reviewed-by: Rob Orton <[email protected]>
QA-Review: Michael Brewer-Davis <[email protected]>
Product-Review: Michael Brewer-Davis <[email protected]>
  • Loading branch information
michaelbrewerdavis authored and Michael Brewer-Davis committed Feb 9, 2021
1 parent 4341a7f commit 500954b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
"semi": false,
"printWidth": 100,
"singleQuote": true,
"bracketSpacing": false
"bracketSpacing": false,
"arrowParens": "avoid",
"trailingComma": "none"
}

0 comments on commit 500954b

Please sign in to comment.