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 21cf05d commit 5fa5e46Copy full SHA for 5fa5e46
package.json
@@ -2,11 +2,10 @@
2
"private": true,
3
"scripts": {
4
"clean": "rimraf output && rimraf .pulp-cache",
5
- "build": "eslint src && pulp build -- --censor-lib --strict",
+ "build": "pulp build -- --censor-lib --strict",
6
"test": "pulp test"
7
},
8
"devDependencies": {
9
- "eslint": "^3.17.1",
10
"pulp": "^10.0.4",
11
"purescript-psa": "^0.5.0-rc.1",
12
"rimraf": "^2.6.1"
0 commit comments