A monorepo for front-end tooling.
This monorepo uses turborepo as a build system and pnpm as a package manager. It includes the following packages:
- packages
browserslist-config
: a config to share target browsers between different front-end tools.eslint-config-base
: Base ESLint config.eslint-config
: Qlik's ESLint config for javascript/typescript projects.eslint-config-react
: Qlik's ESLint config for react projects.eslint-config-svelte
: Qlik's ESLint config for svelte projects.prettier-config
: Qlik's Prettier config.tsconfig
: compiler options Usefule settings for compiling typeScript projects.
Information about developing and contributing can be found in the contributing guide.