Closed pdehaan closed 6 years ago
Circle CI is currently failing w/ the following:
> email-tabs@0.1.0 lint:js /home/circleci/project > eslint addon --ext=js,jsx Warning: React version not specified in eslint-plugin-react settings. See https://github.com/yannickcr/eslint-plugin-react#configuration. /home/circleci/project/addon/popup.jsx 296:10 error Unknown property 'class' found, use 'className' instead react/no-unknown-property ✖ 1 problem (1 error, 0 warnings) 1 error and 0 warnings potentially fixable with the `--fix` option.
This makes it not do that. And "fixes" at least part of our web-ext lint woes w/ an unrelated --self-hosted tweak. #yolo
web-ext lint
--self-hosted
Circle CI is currently failing w/ the following:
This makes it not do that. And "fixes" at least part of our
web-ext lint
woes w/ an unrelated--self-hosted
tweak. #yolo