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

Commit

Permalink
feat: adding new eslint rules
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Remove payfit/security and Add payfit/react, payfit/node and payfit/jest
  • Loading branch information
GuillaumeRahbari committed Mar 6, 2020
1 parent be64767 commit 829988e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Edit your .eslintrc file:

```
{
"extends": ["payfit"],
"extends": ["payfit"]
}
```

Expand All @@ -28,7 +28,7 @@ Edit your .eslintrc file:

```
{
"extends": ["payfit", "payfit/react"],
"extends": ["payfit", "payfit/react"]
}
```

Expand All @@ -39,7 +39,7 @@ Edit your .eslintrc file:

```
{
"extends": ["payfit", "payfit/node"],
"extends": ["payfit", "payfit/node"]
}
```

Expand All @@ -50,6 +50,6 @@ Edit your .eslintrc file:

```
{
"extends": ["payfit", "payfit/jest"],
"extends": ["payfit", "payfit/jest"]
}
```

0 comments on commit 829988e

Please sign in to comment.