We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 878f654 + 52ffc19 commit ee44e5cCopy full SHA for ee44e5c
README.md
@@ -22,18 +22,25 @@ You'll first need to install [ESLint](https://eslint.org/):
22
```sh
23
npm i eslint --save-dev
24
npm i typescript
25
+# Or run this to use yarn
26
+yarn add eslint --dev
27
+yarn add typescript
28
```
29
30
Next, install `eslint-plugin-nimbus-clean`:
31
32
33
npm install eslint-plugin-nimbus-clean --save-dev
34
35
+yarn add eslint-plugin-nimbus-clean --dev
36
37
38
Next, install all peerDependencies for this plugin:
39
40
41
npx install-peerdeps eslint-plugin-nimbus-clean
42
43
+npx install-peerdeps eslint-plugin-nimbus-clean --yarn
44
45
46
### Usage
0 commit comments