Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
eslint ignore linebreaks
Browse files Browse the repository at this point in the history
  • Loading branch information
twoscott committed Jun 12, 2022
1 parent 0d1d2ab commit 26b15e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"skipStrings": true,
"skipTemplates": true
}],
"object-shorthand": ["error", "always"]
"object-shorthand": ["error", "always"],
"linebreak-style": "off"
}
}

0 comments on commit 26b15e8

Please sign in to comment.