Skip to content

Commit

Permalink
chore: add missing README
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzjacobs committed Sep 18, 2020
1 parent 7618d01 commit f27f71f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Your `package.json`'s `"scripts"` section should…
- _abstract script names from their implementation (`test`, not `jest`)_
- _use namespaces to categorize scripts (`"test:unit": "jest"`)_
- _use `:` as a namespace separator_
- _have the scripts in alphabetic order_
- _have the scripts in alphabetic or ["natural order"](https://github.com/peerigon/scriptlint/wiki/natural-order)
- _have a trigger script for all hooks (ex: if you have `prefoobar`, there must be a `foobar` script)_
- _use `camelCase` for all script names_
- _not alias `devDependencies` (no `"jest": "jest"`)_
Expand Down Expand Up @@ -89,6 +89,9 @@ href="https://github.com/peerigon/scriptlint/wiki/uses-allowed-namespace">uses-a
<li><a
href="https://github.com/peerigon/scriptlint/wiki/alphabetic-order">alphabetic-order</a>
</li>
<li><a
href="https://github.com/peerigon/scriptlint/wiki/natural-order">natural-order</a>
</li>
<li><a href="https://github.com/peerigon/scriptlint/wiki/correct-casing">correct-casing</a>
</li>
<li><a href="https://github.com/peerigon/scriptlint/wiki/no-aliases">no-aliases</a>
Expand Down

0 comments on commit f27f71f

Please sign in to comment.