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 33f34f7 commit 255c028Copy full SHA for 255c028
package.json
@@ -53,23 +53,27 @@
53
"output": "dist",
54
"buildResources": "buildresources"
55
},
56
- "extraFiles": [{
57
- "from": "build",
58
- "filter": ["**/*"]
59
- }],
+ "extraFiles": [
+ {
+ "from": "build",
+ "filter": [
60
+ "**/*"
61
+ ]
62
+ }
63
+ ],
64
"mac": {
65
"category": "usability"
66
}
67
-
68
"lint-staged": {
69
"*.js": "lint:eslint"
70
71
"pre-commit": "lint:staged",
72
"babel": {
73
"presets": [
74
[
- "latest", {
75
+ "latest",
76
77
"es2015": {
78
"modules": false
79
@@ -140,7 +144,8 @@
140
144
"import/prefer-default-export": 0,
141
145
"indent": [
142
146
2,
143
- 2, {
147
+ 2,
148
149
"SwitchCase": 1
150
151
],
0 commit comments