@nx/plugin:plugin-lint-checks
Adds linting configuration to validate common json files for nx plugins.
Monorepo World: October 7, 2024Monorepo World: October 7, 2024Join us!
Adds linting configuration to validate common json files for nx plugins.
1nx generate plugin-lint-checks ...
2
By default, Nx will search for plugin-lint-checks
in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
1nx g @nx/plugin:plugin-lint-checks ...
2
Show what will be generated without writing to disk:
1nx g plugin-lint-checks ... --dry-run
2
Sets up linting configuration to validate common json files for an nx plugin project.:
1nx g @nx/plugin:lint-checks
2
Which project should be the configuration be added to?
false
Skip formatting files with prettier.
Join us live for exciting talks on developer tooling and monorepos! Catch the action on YouTube and join the conversation on Discord!