refactor: init new version

This commit is contained in:
Daniel Soares
2021-12-10 20:54:28 -03:00
parent eb8ab7029a
commit db839b267a
31 changed files with 2177 additions and 14915 deletions

7
next.config.js Normal file
View File

@@ -0,0 +1,7 @@
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
eslint: {
dirs: ['./src/**/*']
}
}