mirror of
https://github.com/foomo/eslint-plugin.git
synced 2025-10-16 12:25:34 +00:00
chore(fix): typo in readme
This commit is contained in:
parent
6cc821f540
commit
a9344cf345
@ -7,7 +7,7 @@ eslint utility rules to effectively handle monorepo setups
|
||||
You'll first need to install [ESLint](http://eslint.org):
|
||||
|
||||
```bash
|
||||
$npm i eslint --save-dev
|
||||
yarn add -D eslint
|
||||
```
|
||||
|
||||
Next, install `@foomo/eslint-plugin`:
|
||||
@ -29,7 +29,7 @@ Add `@foomo/eslint-plugin` to the plugins section of your `.eslintrc` configurat
|
||||
Then configure the rules you want to use under the rules section.
|
||||
|
||||
```json
|
||||
{****
|
||||
{
|
||||
"rules": {
|
||||
"@foomo/no-package-imports": ["error", {
|
||||
"options": [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user