Skip to content

Commit

Permalink
Bug 1620218 - Update Prettier to 1.18.2 and other ESLint modules to t…
Browse files Browse the repository at this point in the history
…he latest versions. r=mossop

Differential Revision: https://phabricator.services.mozilla.com/D65510
  • Loading branch information
Standard8 committed Mar 8, 2020
1 parent e2a8bc1 commit 273ccc1
Show file tree
Hide file tree
Showing 4 changed files with 296 additions and 188 deletions.
6 changes: 1 addition & 5 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@
"endOfLine": "lf",
"printWidth": 80,
"tabWidth": 2,
"trailingComma": "es5",
"overrides": [{
"files": ["*.html", "*.xhtml"],
"options": { "parser": "babel" }
}]
"trailingComma": "es5"
}
Loading

0 comments on commit 273ccc1

Please sign in to comment.