Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm committed Jun 19, 2024
1 parent df48bfb commit b9c7409
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions js/eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
module.exports = {
files: ["**/*.ts"],
languageOptions: {
parser: require('@typescript-eslint/parser'), // Specifies the ESLint parser
}
};
6 changes: 3 additions & 3 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@
"@types/mocha": "^2.2.48",
"@types/node": "^16.0.0",
"@types/requirejs": "^2.1.31",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"babel-register": "^6.11.6",
"css-loader": "^0.23.1",
"eslint": "^9.5",
"eslint": "^8.5.6",
"file-loader": "^1.1.6",
"json-loader": "^0.5.4",
"mkdirp": "^1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion nglview/static/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nglview/static/index.js.map

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions nglview/staticlab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
"clean:labextension": "rimraf myextension/labextension",
"clean:all": "yarn run clean:lib && yarn run clean:labextension",
"eslint": "eslint . --ext .ts,.tsx --fix",
"eslint:check": "eslint . --ext .ts,.tsx",
"eslint": "eslint '**/*.ts' --fix",
"eslint:check": "eslint '**/*.ts'",
"install:extension": "jupyter labextension develop --overwrite .",
"prepare": "yarn run clean && yarn run build:prod",
"watch": "run-p watch:src watch:labextension",
Expand All @@ -70,11 +70,11 @@
"@types/mocha": "^2.2.48",
"@types/node": "^16.0.0",
"@types/requirejs": "^2.1.31",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"babel-register": "^6.11.6",
"css-loader": "^0.23.1",
"eslint": "^9.5",
"eslint": "^8.5.6",
"file-loader": "^1.1.6",
"json-loader": "^0.5.4",
"mkdirp": "^1.0.3",
Expand All @@ -101,7 +101,7 @@
}
},
"_build": {
"load": "static/remoteEntry.f4db6c940369d14cf844.js",
"load": "static/remoteEntry.4aa080b2a45dbecd0a13.js",
"extension": "./extension",
"style": "./style"
}
Expand Down

0 comments on commit b9c7409

Please sign in to comment.