We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070b2f8 commit e9ef3f1Copy full SHA for e9ef3f1
package.json
@@ -28,17 +28,17 @@
28
"latedef": "nofunc",
29
"noarg": true,
30
"nonbsp": true,
31
- "quotmark": "double",
32
"undef": true,
33
"unused": true,
34
- "trailing": true,
35
"eqnull": true,
36
"proto": true,
37
- "smarttabs": true,
38
"node": true,
39
"globals": {
40
"describe": true,
41
"it": true
42
}
+ },
+ "prettier": {
+ "tabWidth": 4
43
44
0 commit comments