Skip to content

Commit

Permalink
Remove unused npm scripts for quill
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Nov 28, 2023
1 parent db0fbd1 commit 95a9e16
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 16 deletions.
2 changes: 0 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/quill/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"settings": {
"import/resolver": {
"webpack": {
"config": "webpack.config.js"
"config": "webpack.config.ts"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion packages/quill/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dist
dist
6 changes: 1 addition & 5 deletions packages/quill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@
"highlight.js": "^9.18.1",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.3",
"http-proxy": "^1.18.0",
"jsdom": "^22.1.0",
"lodash": "^4.17.15",
"lodash-es": "^4.17.21",
"mini-css-extract-plugin": "^2.7.6",
"prettier": "^3.0.3",
Expand Down Expand Up @@ -71,9 +69,7 @@
"scripts": {
"build:dev": "./scripts/build development",
"build:prod": "./scripts/build production",
"build:webpack": "webpack",
"build:release": "./_develop/scripts/release.sh",
"lint": "npm run lint:eslint && npm run lint:tsc",
"lint": "run-s lint:*",
"lint:eslint": "eslint .",
"lint:tsc": "tsc --noEmit --skipLibCheck",
"start": "[[ -z \"$npm_package_config_ports_webpack\" ]] && webpack-dev-server || webpack-dev-server --port $npm_package_config_ports_webpack",
Expand Down
7 changes: 0 additions & 7 deletions packages/website/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@
"es6": true
},
"parser": "@typescript-eslint/parser",
"settings": {
"import/resolver": {
"webpack": {
"config": "webpack.config.js"
}
}
},
"ignorePatterns": ["*.js", "*.d.ts"],
"overrides": [
{
Expand Down

0 comments on commit 95a9e16

Please sign in to comment.