Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit 370e9c1

Browse files
authored
Remove eslint (#26)
1 parent 14d69c9 commit 370e9c1

File tree

3 files changed

+1
-31
lines changed

3 files changed

+1
-31
lines changed

.eslintrc.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/.*
22
!/.gitignore
3-
!/.eslintrc.json
43
!/.github/
54
/bower_components/
65
/node_modules/

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
"private": true,
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache",
5-
"build": "eslint src && pulp build -- --censor-lib --strict",
5+
"build": "pulp build -- --censor-lib --strict",
66
"test": "pulp test"
77
},
88
"devDependencies": {
9-
"eslint": "^7.15.0",
109
"pulp": "^15.0.0",
1110
"purescript-psa": "^0.8.0",
1211
"rimraf": "^3.0.2"

0 commit comments

Comments
 (0)