Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
make readme more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
BendingBender committed Jul 15, 2017
1 parent 5e7ea66 commit fb8802d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Now configure some of the new rules.
# Available Rules

## `import-barrels`

Enforces usage of barrels (`index.ts`) when importing from a directory that has a barrel file.
<details>
<summary>Enforces usage of barrels (`index.ts`) when importing from a directory that has a barrel file.</summary>

#### Rationale:

Expand All @@ -62,10 +62,12 @@ An argument object may be optionally provided, with the following properties:
* `fixWithExplicitBarrelImport`: uses the provided string to replace non-barrel imports in `--fix` mode
(i.e. when set to `'index'`, `import foo from './foo/some-module'` becomes `import foo from './foo/index'`)

</details>

## `jasmine-no-lambda-expression-callbacks`

Disallows usage of ES6-style lambda expressions as callbacks to Jasmine BDD functions.
<details>
<summary>Disallows usage of ES6-style lambda expressions as callbacks to Jasmine BDD functions.</summary>

#### Rationale:

Expand Down Expand Up @@ -95,6 +97,7 @@ it('something', inject([Service], (service) => {
#### Options:

Not configurable.
</details>

# Contributions and Development

Expand Down

0 comments on commit fb8802d

Please sign in to comment.