Skip to content

Commit bd3dc27

Browse files
committed
eslint updates
1 parent 50c2ce0 commit bd3dc27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-dgraph-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ jobs:
5151
- name: Run dgraph-js tests
5252
working-directory: dgraph-js
5353
run: |
54-
npm ci --legacy-peer-deps
54+
npm ci
5555
bash scripts/run-tests.sh

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"build:protos": "yarn build:protos:msgs && yarn build:protos:srvs",
2727
"build": "tsc -p tsconfig.release.json",
2828
"build:watch": "tsc -w -p tsconfig.release.json",
29-
"lint": "eslint -c .eslintrc.js .",
29+
"lint": "eslint .",
3030
"lint:fix": "eslint . --fix",
3131
"pretest": "yarn lint",
3232
"test": "jest --coverage --runInBand",

0 commit comments

Comments
 (0)