Skip to content

Commit

Permalink
fix lint:docs failing after deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
sidorares committed Oct 5, 2021
1 parent f472e5f commit 3b3f5b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["prettier", "eslint:recommended"],
"extends": ["prettier", "eslint:recommended", "plugin:markdown/recommended"],
"parserOptions": {
"ecmaVersion": 2017
},
Expand Down Expand Up @@ -43,8 +43,7 @@
"parser": "@typescript-eslint/parser",
"extends": [
"plugin:@typescript-eslint/recommended",
"prettier",
"prettier/@typescript-eslint"
"prettier"
],
"plugins": ["@typescript-eslint"]
}
Expand Down
1 change: 0 additions & 1 deletion package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test:raw": "node ./test/run.js",
"benchmark": "./benchmarks/run-unit.js",
"prettier": "prettier --single-quote --trailing-comma none --write \"{lib,examples,test}/**/*.js\"",
"prettier:docs": "prettier-markdown README.md documentation/*",
"prettier:docs": "prettier --single-quote --trailing-comma none --write README.md documentation/*",
"precommit": "lint-staged",
"eslint-check": "eslint --print-config .eslintrc | eslint-config-prettier-check",
"wait-port": "wait-on"
Expand Down Expand Up @@ -76,7 +76,6 @@
"lint-staged": "^11.2.0",
"portfinder": "^1.0.28",
"prettier": "^2.4.1",
"prettier-markdown": "^0.1.6",
"progress": "^2.0.3",
"typescript": "^4.4.3",
"urun": "0.0.8",
Expand Down

0 comments on commit 3b3f5b5

Please sign in to comment.