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 198b7f3 commit 7b24d7cCopy full SHA for 7b24d7c
package.json
@@ -31,11 +31,11 @@
31
"npmpub": "^3.0.1",
32
"postcss-scss": "^1.0.0",
33
"prettier": "^1.3.1",
34
- "prettier-eslint-cli": "^3.4.3",
+ "prettier-eslint-cli": "^4.0.0",
35
"sugarss": "^1.0.0"
36
},
37
"scripts": {
38
- "lint": "prettier-eslint \"**/*.js\" --write --prettier.semi false --prettier.trailing-comma es5",
+ "lint": "prettier-eslint \"**/*.js\" --write --semi false --trailing-comma es5",
39
"pretest": "npm run lint",
40
"test": "ava",
41
"release": "npmpub"
0 commit comments