Skip to content

Commit 0bab9ab

Browse files
following formatting.
1 parent 8eb4096 commit 0bab9ab

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

package.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,13 @@
4242
"SwitchCase": 1
4343
}
4444
],
45-
"prefer-const": ["error", {
46-
"destructuring": "any",
47-
"ignoreReadBeforeAssign": false
48-
}]
45+
"prefer-const": [
46+
"error",
47+
{
48+
"destructuring": "any",
49+
"ignoreReadBeforeAssign": false
50+
}
51+
]
4952
}
5053
},
5154
"scripts": {

0 commit comments

Comments
 (0)