chore(CONTRIBUTING): update the dir to run the linter

This commit is contained in:
Brandy Carney
2016-03-11 11:03:31 -05:00
parent db66b3affc
commit 028e181471

View File

@@ -46,8 +46,9 @@ Always use two spaces, no tabs. This goes for any HTML, CSS, or Javascript.
Run [Sass Linter](https://github.com/brigade/scss-lint) to ensure the css/sass matches our conventions (requires Ruby)
1. Install the linter: `gem install scss_lint`
2. For all component Sass files: `scss-lint ionic/**/**/*.scss`
3. For a specific Sass file: `scss-lint ionic/components/toolbar/toolbar.ios.scss`
2. Make sure to run the linter at the root of the repository where the `.scss-lint.yml` file is located
3. For all component Sass files: `scss-lint ionic/**/**/*.scss`
4. For a specific Sass file: `scss-lint ionic/components/toolbar/toolbar.ios.scss`
##### Variable Naming Conventions