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.
1 parent 5861f6c commit 635773cCopy full SHA for 635773c
README.md
@@ -30,14 +30,20 @@ runIt(() => {
30
## Project Configuration
31
1. Add [Katxupa](https://github.com/manusant/Katxupa) library to project dependencies
32
```shell
33
+# When using npm
34
npm install katxupa
35
+# When using pnpm
36
pnpm add katxupa
37
+# When using yarn
38
yarn add katxupa
39
```
40
2. Add [eslint-config-katxupa](https://github.com/manusant/eslint-config-katxupa) ESLint configs
41
42
43
npm install --save-dev eslint-config-katxupa
44
45
pnpm add --save-dev eslint-config-katxupa
46
47
yarn add --dev eslint-config-katxupa
48
49
3. Activate ESLint config
0 commit comments