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 b4f8b9b commit 9187409Copy full SHA for 9187409
package.json
@@ -127,14 +127,15 @@
127
"scripts": {
128
"build": "babel --delete-dir-on-start --env-name production src -d lib",
129
"cover": "nyc --reporter=lcov npm test",
130
+ "dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
131
"esdoc": "esdoc",
132
+ "lint": "xo",
133
"prepare": "npm run build",
134
"release": "np",
135
"test": "ava",
- "lint": "xo",
- "dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
136
"travis": "npm run lint && npm run cover"
137
},
138
+ "sideEffects": false,
139
"xo": {
140
"prettier": true,
141
"ignore": [
@@ -164,6 +165,5 @@
164
165
}
166
167
]
- },
168
- "sideEffects": false
+ }
169
0 commit comments