Skip to content

Commit

Permalink
remove lint-bower-json
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Jan 2, 2020
1 parent 536d5d9 commit 6491b24
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,18 +150,12 @@ Runs the following linters:
- [`check-required-files`][]
- [`eslint`↗︎][]
- [`lint-package-json`][]
- [`lint-bower-json`][]
- [`lint-readme`][]
- [`lint-commit-messages`][]

Configurable via [variables][] (`source-files` and those respected by the
aforementioned linters).

### `lint-bower-json`

Uses [`remember-bower`↗︎][] to assert that __bower.json__ exists and is in sync
with __package.json__.

### `lint-commit-messages`

Asserts that none of the commits on the current branch but not on the default
Expand Down Expand Up @@ -233,7 +227,6 @@ Configurable via [variables][] (`author-name`, `license-file`).
[`doctest`]: #doctest
[`generate-readme`]: #generate-readme
[`lint`]: #lint
[`lint-bower-json`]: #lint-bower-json
[`lint-commit-messages`]: #lint-commit-messages
[`lint-package-json`]: #lint-package-json
[`lint-readme`]: #lint-readme
Expand All @@ -250,6 +243,5 @@ Configurable via [variables][] (`author-name`, `license-file`).
[`eslint`↗︎]: https://eslint.org/
[`eslint-plugin-markdown`↗︎]: https://github.com/eslint/eslint-plugin-markdown
[`remark`↗︎]: http://remark.js.org/
[`remember-bower`↗︎]: https://github.com/davidchambers/remember-bower
[`transcribe`↗︎]: https://github.com/plaid/transcribe
[`xyz`↗︎]: https://github.com/davidchambers/xyz
1 change: 0 additions & 1 deletion bin/lint
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ node_modules/.bin/eslint \
--report-unused-disable-directives \
-- "${files[@]}" '*.{js,mjs}' 'test/**/*.{js,mjs}'
run lint-package-json
run lint-bower-json
run lint-readme
run lint-commit-messages
13 changes: 0 additions & 13 deletions bin/lint-bower-json

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"sanctuary-doctest": "bin/doctest",
"sanctuary-generate-readme": "bin/generate-readme",
"sanctuary-lint": "bin/lint",
"sanctuary-lint-bower-json": "bin/lint-bower-json",
"sanctuary-lint-commit-messages": "bin/lint-commit-messages",
"sanctuary-lint-json": "bin/lint-json",
"sanctuary-lint-package-json": "bin/lint-package-json",
Expand All @@ -41,7 +40,6 @@
"remark-cli": "6.x.x",
"remark-lint-no-undefined-references": "1.1.x",
"remark-lint-no-unused-definitions": "1.x.x",
"remember-bower": "0.1.x",
"sanctuary-style": "3.0.x",
"spdx-expression-parse": "3.0.x",
"transcribe": "1.1.2",
Expand Down

0 comments on commit 6491b24

Please sign in to comment.