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 fbc18ba commit dc976a3Copy full SHA for dc976a3
package.json
@@ -24,10 +24,7 @@
24
"smoke": "node tests/smoke/run"
25
},
26
"lint-staged": {
27
- "*.js": [
28
- "prettier --write \"**/*.{js,json}\"",
29
- "git add"
30
- ]
+ "*.js": ["prettier --write \"**/*.{js,json}\"", "git add"]
31
32
"author": {
33
"name": "Algolia, Inc.",
@@ -87,8 +84,6 @@
87
84
"is-plain-object": "3.0.0"
88
85
89
86
"jest": {
90
- "setupFilesAfterEnv": [
91
- "<rootDir>tests/setupTests.js"
92
+ "setupFilesAfterEnv": ["<rootDir>tests/setupTests.js"]
93
}
94
0 commit comments