Skip to content

Commit 037c9e4

Browse files
committed
chore: Remove ESLint/Prettier
1 parent b6f79c7 commit 037c9e4

File tree

3 files changed

+1
-28
lines changed

3 files changed

+1
-28
lines changed

.eslintrc.json

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

.github/workflows/ci.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,3 @@ jobs:
2323
- run: npx jest@${{ matrix.jest-version }} --coverage
2424
- uses: codecov/codecov-action@v2
2525

26-
lint:
27-
name: Lint
28-
runs-on: ubuntu-latest
29-
steps:
30-
- uses: actions/checkout@v2
31-
- uses: actions/setup-node@v2
32-
with:
33-
node-version: 14.x
34-
- run: yarn install
35-
- run: yarn lint

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,14 @@
2020
"index.d.ts"
2121
],
2222
"scripts": {
23-
"lint": "eslint . && prettier --list-different .",
2423
"test": "jest"
2524
},
2625
"peerDependencies": {
2726
"jest": ">=27.2.5"
2827
},
2928
"devDependencies": {
30-
"eslint": "^8.4.1",
31-
"eslint-config-prettier": "^8.3.0",
32-
"eslint-plugin-prettier": "^4.0.0",
3329
"jest": "^29.0.2",
3430
"jest-snapshot-serializer-ansi": "^1.0.0",
35-
"jest-snapshot-serializer-raw": "^1.2.0",
36-
"prettier": "^2.5.1"
31+
"jest-snapshot-serializer-raw": "^1.2.0"
3732
}
3833
}

0 commit comments

Comments
 (0)