File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434
3535## SCSS lint
3636
37- > _ Note_ : You may not need ` yarn ` in your Project. Please consult with your teammates .
37+ > _ Note_ : Your Semaphore configuration might have to be adjusted if you decide to use ` npm ` .
3838
3939To lint the SASS/SCSS files in our project you can use the ` stylelint ` npm package.
4040
41- ` bin/yarn add stylelint stylelint-config-standard-scss`
41+ ` npm install stylelint stylelint-config-standard-scss`
4242
4343Add to the project the [ linter configuration file] ( ../templates/stylelintrc.yml ) and check the [ ` bin/fastcheck `
4444template] ( ../templates/bin/fastcheck ) to see the command to execute the SCSS linting.
5454## ESLint
5555
5656```
57- yarn add eslint
58- yarn eslint --init (Use a popular style guide -> Airbnb)
57+ npm install eslint
58+ npx eslint --init (Use a popular style guide -> Airbnb)
5959```
6060
6161then extend the ` bin/fastcheck ` script with:
You can’t perform that action at this time.
0 commit comments