Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qlik-oss/dev-tools-js
Useful dev tools and configs for javascript/typescript projects
https://github.com/qlik-oss/dev-tools-js
Last synced: 7 days ago
JSON representation
Useful dev tools and configs for javascript/typescript projects
- Host: GitHub
- URL: https://github.com/qlik-oss/dev-tools-js
- Owner: qlik-oss
- License: isc
- Created: 2023-03-21T14:02:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-02T04:03:21.000Z (11 days ago)
- Last Synced: 2024-11-02T05:16:38.682Z (11 days ago)
- Language: JavaScript
- Size: 808 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# dev-tools-js
A monorepo for front-end tooling.
## What's inside?
This monorepo uses [turborepo](https://turbo.build/repo) as a build system and [pnpm](https://pnpm.io) as a package manager. It includes the following packages:
### Packages and test
- packages
- `browserslist-config`: a config to share target browsers between different front-end tools.
- `eslint-config`: Qlik's ESLint config for typescript projects.
- `prettier-config`: Qlik's Prettier config.
- `tsconfig`: compiler [options](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html) Usefule settings for compiling typeScript projects.## Contributing
Information about developing and contributing can be found in [the contributing guide](./CONTRIBUTING.md).