ProvidenceGeeks / website-frontend

UI frontend repository for the Providence Geeks website
https://www.pvdgeeks.org
7 stars 9 forks source link

fix inconsistent linting results #172

Closed thescientist13 closed 5 years ago

thescientist13 commented 5 years ago

Type of Change

Summary

Noticing that the linter running in Jenkins is giving different results than locally.

CircleCI https://circleci.com/gh/ProvidenceGeeks/website-frontend/387

ERROR in ./components/social-follow-links/social-follow-links.jsx

/root/repo/src/components/social-follow-links/social-follow-links.jsx
  17:1  error  Line 17 exceeds the maximum line length of 200  max-len

✖ 1 problem (1 error, 0 warnings)

Locally

$ yarn lint
yarn run v1.12.3
$ eslint *.js ./src/**/**/*.spec.*
✨  Done in 1.47s.