shared-dx

My custom shareable eslint configs...

MIT License

Downloads
1.1K
Stars
4
Committers
4

Bot releases are hidden (Show)

shared-dx - @belgattitude/[email protected]

Published by belgattitude 5 months ago

Patch Changes

shared-dx - @belgattitude/[email protected]

Published by belgattitude 5 months ago

Minor Changes

shared-dx - @belgattitude/[email protected]

Published by belgattitude 5 months ago

Minor Changes

shared-dx - @belgattitude/[email protected]

Published by belgattitude 5 months ago

Minor Changes

shared-dx - @belgattitude/[email protected]

Published by belgattitude 5 months ago

Minor Changes

shared-dx - @belgattitude/[email protected]

Published by belgattitude 5 months ago

Minor Changes

shared-dx - @belgattitude/[email protected]

Published by belgattitude 5 months ago

Minor Changes

shared-dx - @belgattitude/[email protected]

Published by belgattitude 6 months ago

Patch Changes

shared-dx - @belgattitude/[email protected]

Published by belgattitude 6 months ago

Minor Changes

Patch Changes

shared-dx - @belgattitude/[email protected]

Published by belgattitude 6 months ago

Patch Changes

shared-dx - @belgattitude/[email protected]

Published by belgattitude 6 months ago

Minor Changes

  • #578 34cab7f Thanks @belgattitude! - To latest plugins

  • #578 34cab7f Thanks @belgattitude! - Add eslint-plugin-import-x

    require("@belgattitude/eslint-config-bases/patch/modern-module-resolution");
    
    module.exports = {
      extends: [
        // Group 1: recommended always
        "@belgattitude/eslint-config-bases/typescript",
        "@belgattitude/eslint-config-bases/simple-import-sort",
    
        "@belgattitude/eslint-config-bases/import-x",
    
        // ...
      ],
    };
    
shared-dx - @belgattitude/[email protected]

Published by belgattitude 6 months ago

Minor Changes

shared-dx - @belgattitude/[email protected]

Published by belgattitude 6 months ago

Minor Changes

shared-dx - @belgattitude/[email protected]

Published by belgattitude 7 months ago

Minor Changes

shared-dx - @belgattitude/[email protected]

Published by belgattitude 7 months ago

Major Changes

  • #546 4b580f1 Thanks @belgattitude! - Typescript eslint v7.4, drop react query eslint plugin < 5, allow prettier 4 alpha.

    If you encounter issues like 'ESLint couldn't determine the plugin "import" uniquely.'. Ensure
    that other plugins are on typescript-eslint v7 as well.

    For Next.js users, the Next.js eslint config < 14.2.0 doesn't support typescript-eslint v7.
    See this PR: https://github.com/vercel/next.js/pull/62137. To allow v7 either wait for
    14.2.0 to be releases or override the package version
    [PR]

    {
      "resolutions": {
        "@typescript-eslint/eslint-plugin": "^7.4.0",
        "@typescript-eslint/parser": "^7.4.0",
        "@typescript-eslint/typescript-estree": "^7.4.0",
        "@typescript-eslint/utils": "^7.4.0"
      }
    }
    
shared-dx - @belgattitude/[email protected]

Published by belgattitude 8 months ago

Patch Changes

shared-dx - @belgattitude/[email protected]

Published by belgattitude 8 months ago

Minor Changes

shared-dx - @belgattitude/[email protected]

Published by belgattitude 9 months ago

Minor Changes

shared-dx - @belgattitude/[email protected]

Published by belgattitude 9 months ago

Minor Changes

shared-dx - @belgattitude/[email protected]

Published by belgattitude 10 months ago

Minor Changes