feat: Put barcodes behind a feature flag #4242
Annotations
2 errors and 10 warnings
Basic tests:
src/navigation/navigators/CourierNavigator.js#L78
React Hook "useSelector" is called in function "headerButtons" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|
Basic tests
Process completed with exit code 1.
|
Basic tests:
src/API.js#L6
'VersionNumber' is defined but never used
|
Basic tests:
src/API.js#L351
Promise executor functions should not be async
|
Basic tests:
src/API.js#L494
Do not access Object.prototype method 'hasOwnProperty' from target object
|
Basic tests:
src/API.js#L573
'refreshToken' is already declared in the upper scope on line 573 column 5
|
Basic tests:
src/API.js#L692
Do not access Object.prototype method 'hasOwnProperty' from target object
|
Basic tests:
src/API.js#L728
Do not access Object.prototype method 'hasOwnProperty' from target object
|
Basic tests:
src/API.js#L729
Do not access Object.prototype method 'hasOwnProperty' from target object
|
Basic tests:
src/API.js#L730
Do not access Object.prototype method 'hasOwnProperty' from target object
|
Basic tests:
src/AppUser.js#L95
Do not access Object.prototype method 'hasOwnProperty' from target object
|
Basic tests:
src/AppUser.js#L98
Do not access Object.prototype method 'hasOwnProperty' from target object
|