Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xforkitall/dev-config
ESLint, Prettier, TypeScript and other configurations files for my projects
https://github.com/0xforkitall/dev-config
eslint eslint-config lint-staged lint-staged-config prettier prettier-config renovate renovate-config rollup tsconfig typescript
Last synced: 2 months ago
JSON representation
ESLint, Prettier, TypeScript and other configurations files for my projects
- Host: GitHub
- URL: https://github.com/0xforkitall/dev-config
- Owner: 0xforkitall
- License: mit
- Created: 2023-06-10T13:14:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-23T06:42:49.000Z (8 months ago)
- Last Synced: 2024-04-23T11:03:08.709Z (8 months ago)
- Topics: eslint, eslint-config, lint-staged, lint-staged-config, prettier, prettier-config, renovate, renovate-config, rollup, tsconfig, typescript
- Language: JavaScript
- Homepage: https://0xforkitall.com
- Size: 347 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @0xforkitall/dev-config
Repository to collect ESLint, TypeScript and other configuration files.
## Packages
- [@0xforkitall/eslint-config](packages/eslint-config/README.md): ESLint configuration file for React projects;
- [@0xforkitall/eslint-config-nextjs](packages/eslint-config-nextjs/README.md): ESLint configuration file for NextJs projects;
- [@0xforkitall/rollup-config](packages/rollup-config/README.md): Rollup configurations for TypeScript libraries;
- [@0xforkitall/shared-config](packages/shared-config/README.md): TypeScript, Prettier and other configuration files;## Renovate
Create a `renovate.json` file
```
{
extends: ["github>0xforkitall/dev-config:renovate.json5"],
}
```## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)