@atlaskit/eslint-plugin-volt-strict-mode
v0.1.0
Published
The eslint plugin to enforce and educate on Atlassian's Volt Strict Mode
Downloads
83
Readme
Volt Strict Mode ESLint Plugin
Rules and presets for Atlassian UI Volt Strict Mode. Prefer extending the recommended config rather than hand-picking rules.
Rules
| Rule | Description | Recommended | Fixable | Suggestions |
| --------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | ------- | ----------- |
| no-multiple-exports | Allows at most one runtime export per module so each file maps to a single bundler unit; export type / export interface are exempt. | Yes | | |
| no-re-exports | Disallows re-exporting symbols from other modules (barrel patterns and import-then-export indirection) so consumers and bundlers do not chase extra layers. | Yes | | |
