Skip to content

Commit

Permalink
package.json: disable prettier errors
Browse files Browse the repository at this point in the history
Some package seems to pull in a backwards incompatible config, making
prettier complain about existing code.

Disable prettier for now.
  • Loading branch information
larskarlitski committed Dec 2, 2019
1 parent dac576e commit 2c6ca56
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,6 @@
]
}
],
"prettier/prettier": [
"error",
{
"printWidth": 120
}
],
"import/no-extraneous-dependencies": [
"error",
{
Expand Down

0 comments on commit 2c6ca56

Please sign in to comment.