Skip to content

Commit 7c64521

Browse files
authored
Only keep npm for scripts usage in linting / formating
1 parent 00d9aeb commit 7c64521

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

content/first-steps.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,6 @@ For headless environments where an IDE is not relevant (*Continuous Integration*
134134
npm run lint
135135
# Format with prettier
136136
npm run format
137-
138-
# OR
139-
140-
# Lint and autofix with eslint
141-
yarn lint
142-
# Format with prettier
143-
yarn format
144137
```
145138

146139
##### Plugins and config

0 commit comments

Comments
 (0)