flaviostutz / monolint

Linter for monorepos. Checks folder structure, module contents, file contents and naming conventions
MIT License
7 stars 4 forks source link

default packagejson: add specific attributes to be checked for similarity #66

Open flaviostutz opened 1 year ago

flaviostutz commented 1 year ago

Is your feature request related to a problem? Please describe. Check if dependencies and devDependencies elements are equal in package.json

Describe the solution you'd like To check if dependencies and devDependencies that are similar in the different modules are the same

Additional context rules to be activated by default: module-same-contents in regard to specific package.json attributes to check move defaultFiles from the rule itself to the default configuration