Content from Trev

    1. Home
    2. Content
    3. Post
    4. Linting

    Loading content...

    Howdy!👋🏻
    I'm Trevor McDougald
    |
    GitHub
    LinkedIn
    Email
    6+ years experience in
    Node
    Python
    Java
    Golang

    ECMAScript/Monorepo Static-Linters & Formatters

    AuthorTrevor McDougald
    PublishedAugust 22, 2024
    UpdatedFebruary 7, 2025
    Views
    Comments
    Likes
    ECMAScript/Monorepo Static-Linters & Formatters

    Linting Notes

    Good Eslint References

    • NextJS Non-MonoRepo, ESLINT 9, Unicorn

    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
    					}
    				}}
    On this page
    Edit this page on GitHub
    Last Updated: Fri Feb 07 2025
    Comments:
    Replies: