Closed planktonic closed 1 year ago
Fixes #745
We now have two main linting tasjs:
lint
format
Each of these has subtasks, which apply to one specific filetype:
lint:js
lint:scss
lint:docs
format:js
format:scss
format:docs
Fixes #745
Changes
We now have two main linting tasjs:
lint
which checks js, scss, and mdx filesformat
which fixes all linting issues that can be automatically fixedEach of these has subtasks, which apply to one specific filetype:
lint:js
,lint:scss
,lint:docs
format:js
,format:scss
,format:docs