We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f841eb commit 3ab97cdCopy full SHA for 3ab97cd
.prettierrc.js
@@ -4,5 +4,6 @@ module.exports = {
4
jsxBracketSameLine: true,
5
singleQuote: true,
6
trailingComma: 'all',
7
+ printWidth: 70,
8
// Override any other rules you want
9
}
src/Components/Loader3/__snapshots__/Loader3.test.js.snap
@@ -6,13 +6,13 @@ Array [
[object Object]
</style>,
<div
- class="loader-div three"
+ className="loader-div three"
10
>
11
12
- class="loader3"
+ className="loader3"
13
14
15
- class="loader-ring"
+ className="loader-ring"
16
17
<div />
18
0 commit comments