fix: validate path is safe for creates #7206
Annotations
10 warnings
|
Run npm run lint-fix:
src/constants/featureFlags.ts#L1
Prefer default export on a file with single export
|
|
Run npm run lint-fix:
src/constants/constants.ts#L33
'ReviewRequestStatus' is already declared in the upper scope on line 33 column 13
|
|
Run npm run lint-fix:
src/constants/constants.ts#L22
'CollaboratorRoles' is already declared in the upper scope on line 22 column 13
|
|
Run npm run lint-fix:
src/constants/constants.ts#L17
'RedirectionTypes' is already declared in the upper scope on line 17 column 13
|
|
Run npm run lint-fix:
src/constants/constants.ts#L11
'SiteStatus' is already declared in the upper scope on line 11 column 13
|
|
Run npm run lint-fix:
src/constants/constants.ts#L5
'JobStatus' is already declared in the upper scope on line 5 column 13
|
|
Run npm run lint-fix:
src/config/config.ts#L34
Unexpected any. Specify a different type
|
|
Run npm run lint-fix:
src/config/config.ts#L20
Unexpected use of 'isNaN'. Use Number.isNaN instead https://github.com/airbnb/javascript#standard-library--isnan
|
|
Run npm run lint-fix:
src/config/config.ts#L13
Unexpected any. Specify a different type
|
|
Run npm run lint-fix:
src/config/config.ts#L5
Unexpected any. Specify a different type
|
Loading