gitmoji/.flowconfig
Carlos Cuesta 9787678d01
♻️ Move styles to css-modules (#622)
* 🔧 Remove scss styling
* 🔧 Use absolute imports
* ♻️ Add global theme
* ♻️ Move Layout component to css-modules
* ♻️ Move Button component to css-modules
* ♻️ Move Icon component to css-modules
* ♻️ Move Layout component to _app
* ♻️ Move ContributorsList to css-modules
* ♻️ Move GitmojiList to css-modules
* 📝 Update CONTRIBUTING docs
* 🔧 Make prettier watch for css instead of scss files
*  Remove GitHub button from About page
2020-11-20 15:16:06 +01:00

14 lines
160 B
Plaintext

[ignore]
<PROJECT_ROOT>/.next
.*/node_modules/jsonlint-mod
[include]
[libs]
[lints]
[options]
module.name_mapper='src\/\(.*\)$' -> '<PROJECT_ROOT>/src/\1'