Skip to content

Commit

Permalink
Run es-check by cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Mineev authored and umputun committed Jan 8, 2020
1 parent 7d9e8ce commit 7b67b10
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 78 deletions.
28 changes: 0 additions & 28 deletions frontend/escheck.js

This file was deleted.

52 changes: 19 additions & 33 deletions frontend/package-lock.json

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

4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "remark-ui",
"version": "0.1.0",
"scripts": {
"build": "webpack --mode production && node postbuild.js",
"build": "webpack --mode production && es-check es5 './public/*.js'",
"start": "webpack-dev-server --mode development",
"check": "tsc -p tsconfig.json --noEmit --skipLibCheck",
"lint": "eslint --max-warnings=0 --ext=.ts,.tsx,.js,.jsx .",
Expand Down Expand Up @@ -53,7 +53,7 @@
"document-register-element": "^1.14.3",
"enzyme": "^3.10.0",
"enzyme-adapter-preact-pure": "^2.1.0",
"es-check": "^5.0.0",
"es-check": "^5.1.0",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
Expand Down
15 changes: 0 additions & 15 deletions frontend/postbuild.js

This file was deleted.

0 comments on commit 7b67b10

Please sign in to comment.