1.3.3 • Published 1 year ago
@adaliszk/eslint-config-qwik v1.3.3
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:
or to avoid clutter, put it into yourextends: - "@adaliszk/qwik"
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
1 year ago
1.3.2
2 years ago
1.3.1
2 years ago
1.2.1
2 years ago
1.1.1
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
0.102.1
2 years ago
0.103.1
2 years ago
0.103.2
2 years ago
0.21.2
2 years ago
0.21.1
2 years ago
0.20.1
2 years ago
0.19.2
2 years ago
0.19.1
2 years ago
0.18.6
2 years ago
0.18.5
2 years ago
0.18.4
2 years ago
0.18.3
2 years ago
0.18.2
2 years ago
0.18.1
2 years ago
0.17.3
2 years ago
0.17.2
2 years ago
0.17.1
2 years ago