check js files as well with eslint
- moved ts eslint config into overrides
Showing
- .eslintrc.json 59 additions, 45 deletions.eslintrc.json
- package.json 2 additions, 2 deletionspackage.json
- scripts/deploy.js 21 additions, 21 deletionsscripts/deploy.js
- webpack.config.common.js 9 additions, 9 deletionswebpack.config.common.js
- webpack.config.js 1 addition, 1 deletionwebpack.config.js
- webpack.config.production.js 1 addition, 1 deletionwebpack.config.production.js
- webpack.config.viewer.debug.js 1 addition, 1 deletionwebpack.config.viewer.debug.js
- webpack.config.viewer.js 1 addition, 1 deletionwebpack.config.viewer.js
... | ... | @@ -11,8 +11,8 @@ |
"url": "https://github.com/molstar/molstar/issues" | ||
}, | ||
"scripts": { | ||
"lint": "eslint ./**/*.{ts,tsx}", | ||
"lint-fix": "eslint ./**/*.{ts,tsx} --fix", | ||
"lint": "eslint .", | ||
"lint-fix": "eslint . --fix", | ||
"test": "npm run lint && jest", | ||
"build": "npm run build-tsc && npm run build-extra && npm run build-webpack", | ||
"build-viewer": "npm run build-tsc && npm run build-extra && npm run build-webpack-viewer", | ||
... | ... |
Please register or sign in to comment