Skip to content

Commit dd47b17

Browse files
jimmyheaddonDattaya
authored andcommitted
react-boilerplate#1406 remove lint:css documentation references (react-boilerplate#1445)
* Removed redundant lint:css Remove lint:css references * Removed redundant lint:js reference
1 parent f50e72b commit dd47b17

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

docs/general/commands.md

+1-16
Original file line numberDiff line numberDiff line change
@@ -161,20 +161,5 @@ about the bundle size.
161161
npm run lint
162162
```
163163

164-
Lints your JavaScript and CSS.
164+
Lints your JavaScript.
165165

166-
### JavaScript
167-
168-
```Shell
169-
npm run lint:js
170-
```
171-
172-
Only lints your JavaScript.
173-
174-
### CSS
175-
176-
```Shell
177-
npm run lint:css
178-
```
179-
180-
Only lints your CSS.

0 commit comments

Comments
 (0)