Skip to content
This repository was archived by the owner on Jan 2, 2022. It is now read-only.

Commit acb7ad9

Browse files
committed
ci(lint): update linting scripts
Signed-off-by: Jonah Snider <jonah@jonah.pw>
1 parent fb10395 commit acb7ad9

File tree

3 files changed

+48
-1407
lines changed

3 files changed

+48
-1407
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
${{ runner.os }}-yarn-
5353
- name: Install dependencies with Yarn
5454
run: yarn install
55-
- name: Lint with XO
55+
- name: Lint
5656
run: yarn run lint
5757
e2e-local:
5858
name: Local end-to-end test

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"@netlify/cache-utils": "1.0.2"
1212
},
1313
"devDependencies": {
14+
"eslint-plugin-prettier": "^3.1.4",
1415
"netlify-cli": "2.61.2",
15-
"prettier": "2.0.4",
16+
"prettier": "2.1.1",
1617
"prettier-config-xo": "1.0.3",
1718
"semantic-release": "17.1.1",
18-
"tsdx": "0.13.3",
19+
"tsdx": "^0.13.3",
1920
"tslib": "2.0.1",
20-
"typescript": "3.9.7",
21-
"xo": "0.33.1"
21+
"typescript": "4.0.2"
2222
},
2323
"engines": {
2424
"node": ">=8.3.0"
@@ -44,7 +44,7 @@
4444
"scripts": {
4545
"build": "tsdx build",
4646
"e2e:local": "netlify build",
47-
"lint": "xo",
47+
"lint": "tsdx lint",
4848
"style": "prettier --ignore-path .gitignore --check ."
4949
},
5050
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)