1
0
Fork 0

feat: initial commit from Create Turborepo

This commit is contained in:
Vojtěch Mareš 2022-09-09 19:20:14 +02:00
commit 221d3b61ba
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
32 changed files with 2877 additions and 0 deletions

10
.eslintrc.js Normal file
View file

@ -0,0 +1,10 @@
module.exports = {
root: true,
// This tells ESLint to load the config from the package `eslint-config-custom`
extends: ["custom"],
settings: {
next: {
rootDir: ["apps/*/"],
},
},
};