diff --git a/.eslintrc.js b/.eslintrc.js
index 3d701c7..547a3a3 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -46,13 +46,7 @@ module.exports = {
'import/no-extraneous-dependencies': [
'error',
{
- devDependencies: [
- '**/*.stories.tsx',
- '**/*.stories.ts',
- 'src/stories/**',
- '**/*.spec.tsx',
- 'src/setupTests.ts',
- ],
+ devDependencies: true,
},
],
// Custom
diff --git a/.gitignore b/.gitignore
index 3d8b36a..e655e00 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,12 +13,12 @@
# misc
.DS_Store
-.env.local
-.env.development.local
-.env.test.local
-.env.production.local
+.env
.idea
npm-debug.log*
yarn-debug.log*
yarn-error.log*
+
+# Generated subgraph (GraphQL) client
+src/subgraph/client
\ No newline at end of file
diff --git a/public/index.html b/index.html
similarity index 95%
rename from public/index.html
rename to index.html
index 91cd1d6..1e171c4 100644
--- a/public/index.html
+++ b/index.html
@@ -42,11 +42,11 @@
-->
@@ -67,7 +67,7 @@
content="Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain."
/>
-
+
@@ -94,5 +94,7 @@
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
+
+