mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
* 🏗️ Define monorepo architecture * 🚚 Extract `gitmojis` as an isolated package * 🚚 Extract `website` as an isolated package * 🚚 Clean-up root package.json * ➕ Install `turbo` * 🔧 Setup turborepo * 👷 Use `turbo` in `ci` workflow * 👷 Update `npm-publish` workflow with `turbo` * ♻️ Migrate yarn from `classic` to `berry` * 📝 Update contributing guide * 🎨 Update readme * 📝 Add readme file for `gitmojis` package * 🚚 Move `public` folder to `website` package
16 lines
283 B
Plaintext
16 lines
283 B
Plaintext
[ignore]
|
|
<PROJECT_ROOT>/.next
|
|
.*/node_modules/resolve/test/resolver/malformed_package_json
|
|
.*/node_modules/jsonlint-mod
|
|
|
|
[include]
|
|
|
|
[libs]
|
|
|
|
[lints]
|
|
|
|
[options]
|
|
module.name_mapper='src\/\(.*\)$' -> '<PROJECT_ROOT>/packages/website/src/\1'
|
|
exact_by_default=true
|
|
react.runtime=automatic
|