Skip

ECMAScript/Monorepo Static-Linters & Formatters

Published on
Thu Aug 22 2024
Views
--
Comments
--
ECMAScript/Monorepo Static-Linters & Formatters

Linting Notes

Good Eslint References

Biome

Broken Config, add back to nursery section later

              {"useSortedClasses": {
					"fix": "safe",
					"level": "error",
					"options": {
						"attributes": ["className"],
						"functions": ["clsx", "cva", "tw", "twMerge", "cn", "twJoin"]
					}
				},
				"useComponentExportOnlyModules": {
					"level": "warn",
					"options": {
						"allowExportNames": [
							"json",
							"loader",
							"headers",
							"meta",
							"links",
							"scripts"
						],
						"allowConstantExport": true
					}
				}}
Edit this page on GitHub
Last Updated: Fri Feb 07 2025