mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2026-02-01 17:36:30 +00:00
* ➕ Install eslint deps * 🔧 Setup eslint * 🔧 Add `react.runtime=automatic` to flowconfig * 🎨 Fix eslint issues * 🎨 Fix flow issues * 📸 Update snapshots * 🙈 Update gitignore
15 lines
265 B
Plaintext
15 lines
265 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>/src/\1'
|
|
exact_by_default=true
|
|
react.runtime=automatic |