Skip to content

Commit

Permalink
Clean up eslint scripts in the translation packages (jupyterlab#15504)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Dec 9, 2023
1 parent 5ec3aa4 commit 439f48d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/translation-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
"scripts": {
"build": "tsc",
"clean": "rimraf lib tsconfig.tsbuildinfo",
"eslint": "eslint . --ext .ts,.tsx --fix",
"eslint:check": "eslint . --ext .ts,.tsx",
"watch": "tsc -w"
},
"dependencies": {
Expand Down
2 changes: 0 additions & 2 deletions packages/translation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
"build:test": "tsc --build tsconfig.test.json",
"clean": "rimraf lib tsconfig.tsbuildinfo",
"docs": "typedoc src",
"eslint": "eslint . --ext .ts,.tsx --fix",
"eslint:check": "eslint . --ext .ts,.tsx",
"test": "jest",
"test:cov": "jest --collect-coverage",
"test:debug": "node --inspect-brk ../../node_modules/.bin/jest --runInBand",
Expand Down

0 comments on commit 439f48d

Please sign in to comment.