Created
January 24, 2018 19:49
-
-
Save meandavejustice/cebf8ad2b00049103a6da219aa5d5c09 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
meandave@LAPTOP-NA0Q0G86:/mnt/c/Users/Dave Justice/Code/testpilot$ npm run lint | |
> [email protected] lint /mnt/c/Users/Dave Justice/Code/testpilot | |
> npm-run-all lint:* | |
> [email protected] lint:styles /mnt/c/Users/Dave Justice/Code/testpilot | |
> sass-lint --verbose 'frontend/src/styles/**/*.scss' 'frontend/src/app/**/*.scss' | |
frontend/src/app/components/Copter/index.scss | |
65:7 warning Expected `flex`, found `margin` property-sort-order | |
66:7 warning Expected `margin`, found `position` property-sort-order | |
67:7 warning Expected `position`, found `right` property-sort-order | |
68:7 warning Expected `right`, found `top` property-sort-order | |
69:7 warning Expected `top`, found `flex` property-sort-order | |
98:7 warning Expected `filter`, found `height` property-sort-order | |
99:7 warning Expected `height`, found `width` property-sort-order | |
100:7 warning Expected `width`, found `filter` property-sort-order | |
frontend/src/app/containers/ExperimentPage/index.scss | |
97:5 warning Expected `border-radius`, found `max-width` property-sort-order | |
99:5 warning Expected `max-width`, found `border-radius` property-sort-order | |
✖ 10 problems (0 errors, 10 warnings) | |
> [email protected] lint:js /mnt/c/Users/Dave Justice/Code/testpilot | |
> eslint ./gulpfile.babel.js ./webpack.config.js './frontend/{src,tests}/**/*.{js,jsx}' | |
/mnt/c/Users/Dave Justice/Code/testpilot/gulpfile.babel.js | |
2:1 warning This module could be parsed as a valid script import/unambiguous | |
/mnt/c/Users/Dave Justice/Code/testpilot/webpack.config.js | |
3:1 warning This module could be parsed as a valid script import/unambiguous | |
✖ 2 problems (0 errors, 2 warnings) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment