1.3.3 • Published 4 months ago

@adaliszk/eslint-config-qwik v1.3.3

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
4 months ago

Typescript Qwik ESLint Config

This package contains an eslint configuration that extends my @adaliszk/eslint-config-typescript settings and adds typescript-based qwik linting.

Provides

  • @adaliszk/eslint-config-typescript
  • eslint-plugin-qwik

Usage

  • Install: pnpm install -D @adaliszk/eslint-config-qwik eslint
  • Add an .eslintrc.yml with the content of:
    extends:
      - "@adaliszk/qwik"
    or to avoid clutter, put it into your package.json:
    "eslintConfig": {
      "extends": [
        "@adaliszk/qwik"
      ]
    }
  • Hook up with a script:
    "scripts": {
      "lint": "eslint src/**/*.tsx"
    }

Caveats

  • When using node module based workspaces, you must include this package as a no-hoist so that eslint would find the configuration correctly.

Versioning

Since this is a meta-package, the versioning reflect its main provided package, in this case @builder.io/qwik. However, only the Major and Minor versions are kept in sync, and the Patch is used to bump the meta-package.

1.3.3

4 months ago

1.3.2

4 months ago

1.3.1

4 months ago

1.2.1

8 months ago

1.1.1

12 months ago

1.0.2

1 year ago

1.0.1

1 year ago

0.102.1

1 year ago

0.103.1

1 year ago

0.103.2

1 year ago

0.21.2

1 year ago

0.21.1

1 year ago

0.20.1

1 year ago

0.19.2

1 year ago

0.19.1

1 year ago

0.18.6

1 year ago

0.18.5

1 year ago

0.18.4

1 year ago

0.18.3

1 year ago

0.18.2

1 year ago

0.18.1

1 year ago

0.17.3

1 year ago

0.17.2

1 year ago

0.17.1

1 year ago