Skip to content

Commit

Permalink
Add Contribution to README
Browse files Browse the repository at this point in the history
  • Loading branch information
tkfm-yamaguchi committed Dec 11, 2024
1 parent 808966f commit cd0cff1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,13 @@ module.exports = [
}),
...toyokumoEslint.configs.prettier,
];
```
```

# Contribution

```bash
pnpm install
pnpm -C tests/rules/next install
pnpm -C tests/rules/react install
pnpm run test
```

0 comments on commit cd0cff1

Please sign in to comment.