Whymarrh Whitby
|
c1e3c229bc
|
Fix import/order issues (#9239)
See [`import/order`](https://eslint.org/docs/rules/import/order) for more information.
This change enables `import/order` and fixes the issues raised by the rule.
|
2020-08-18 16:48:25 -02:30 |
|
Whymarrh Whitby
|
884775cf71
|
Fix no-negated-condition issues (#9222)
See [`no-negated-condition`](https://eslint.org/docs/rules/no-negated-condition) for more information.
This change enables `no-negated-condition` and fixes the issues raised by the rule.
|
2020-08-14 09:17:43 -02:30 |
|
Mark Stacey
|
e060e4c71f
|
Improve Sentry publish script (#7417)
The script will now throw an error if it fails to upload build
artifacts, rather than failing silently.
|
2019-12-05 17:59:48 -04:00 |
|
Mark Stacey
|
9ca22d8fae
|
Disable import/no-unresolved on lines that require build
Certain lines only work after a build stage has been completed, so
these failure can be ignored by the no-unresolved rule.
|
2019-11-14 09:17:55 -04:00 |
|
Whymarrh Whitby
|
4d88e1cf86
|
Enable indent linting via ESLint (#6936)
* Enable indent linting via ESLint
* yarn run lint:fix
|
2019-07-31 10:17:11 -10:00 |
|
Bruno Barbieri
|
fb6eca3f65
|
CI - Allow sourcemap uploads to sentry for empty version (#5403)
* Allow sourcemap uploads to sentry for empty version
* Fix comments
* fix console log msgs
* fix console log msgs
* clean up
* fix linter errors
|
2018-10-10 10:24:25 -04:00 |
|
brunobar79
|
a8f745f9fe
|
eslint --fix .
|
2018-07-02 18:49:33 -04:00 |
|
kumavis
|
92dd2b3218
|
ci - job-publish - publish source+sourcemaps to sentry if new release
|
2018-04-03 12:36:46 -07:00 |
|