Skip to content

Commit

Permalink
add lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-burel committed Aug 30, 2021
1 parent cd4d115 commit 8fd7e39
Show file tree
Hide file tree
Showing 3 changed files with 1,556 additions and 1,557 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"debug": "NODE_OPTIONS='--inspect' next",
"dev": "next",
"link-vulcan": "./.vn/scripts/link-vulcan.sh # for linking a local copy of Vulcan NPM monorepo (don't forget to publish in Vulcan NPM first)",
"lint-eslint": "eslint . --ext js,jsx,ts,tsx --max-warnings=0",
"lint": "yarn run next lint",
"mkdir:reports": "rm -Rf reports && mkdir reports || true # intermediate script",
"mongo": "yarn run start:mongo  # shortcut for start:mongo",
"postbuild": "next-sitemap --config vulcan-next-sitemap.js",
Expand Down Expand Up @@ -116,7 +116,7 @@
"storybook-css-modules-preset": "^1.1.1",
"ts-loader": "^7.0.5",
"ts-node": "^8.10.2",
"typescript": "^4.3.5",
"typescript": "=4.3.5",
"yalc": "^1.0.0-pre.53"
},
"optionalDependencies": {
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ yarn upgrade # update versions to latest Vulcan NPM release

```sh
yarn run typecheck
yarn run lint
```

```sh
Expand Down
Loading

0 comments on commit 8fd7e39

Please sign in to comment.