Closed QuiiBz closed 1 year ago
We shouldn't unwrap the devDependencies because it might not exist. Instead we should create it and then move @types/* dependencies in it:
devDependencies
@types/*
https://github.com/QuiiBz/sherif/blob/main/src/rules/types_in_dependencies.rs#L104C23-L104C23
We shouldn't unwrap the
devDependencies
because it might not exist. Instead we should create it and then move@types/*
dependencies in it:https://github.com/QuiiBz/sherif/blob/main/src/rules/types_in_dependencies.rs#L104C23-L104C23