Commit 31177ee
Alexey Ivanov
Move eslint from dependencies to devDependencies
The 'eslint' package was mistakenly listed under dependencies. This commit corrects this by moving it to devDependencies where it belongs in both package.json and pnpm-lock.yaml files. This ensures that when our package is used as a dependency, eslint will not be unnecessarily installed.1 parent 3dc24c7 commit 31177ee
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments