Skip to content

Commit

Permalink
Merge pull request #803 from kziemianek/stylelint_fix_readme
Browse files Browse the repository at this point in the history
stylelint:fix info in CONTRIBUTING.md
  • Loading branch information
mbeacom authored Apr 4, 2018
2 parents 62b6106 + 16d20f0 commit 3fb47a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ To keep the style of the Javascript code consistent we have a basic linting conf

### Step 4: Commit

1. Ensure your code changes adhere to our styling and linting standards: `npm run eslint:fix; isort -rc --atomic .`
1. Ensure your code changes adhere to our styling and linting standards: `npm run eslint:fix; npm run stylelint:fix; isort -rc --atomic .`
2. List all your changes as a list if needed else simply give a brief
description on what the changes are.
3. All lines at 100 columns.
Expand Down

0 comments on commit 3fb47a2

Please sign in to comment.