Closed fvsch closed 1 year ago
With the added tslint rule but without the fix in OptionalBlueprint.tsx
, running yarn run test:lint
gives this error:
❯ yarn run test:lint
yarn run v1.22.19
$ tslint -c tslint.yml -p tsconfig.json -e test
/Volumes/Pieces/Code/fvsch/react-mosaic/src/util/OptionalBlueprint.tsx:4:16
ERROR: 4:16 import-blacklist Importing this module is blacklisted. Try importing a submodule instead.
Amazing! Good catch and thanks for the fix + lint rule.
Fixes #206
Changes proposed in this pull request:
'lodash'
.'lodash'
inOptionalBlueprint.tsx
.Reviewers should focus on:
Not 100% sure the
import-blacklist
tslint rule is wanted. Happy to remove that if we only want the fix inOptionalBlueprint.tsx
.Screenshot
n.a.