Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
m1guelpf committed May 12, 2023
1 parent 97e699b commit 22ae20a
Show file tree
Hide file tree
Showing 5 changed files with 2,727 additions and 11 deletions.
11 changes: 11 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = {
semi: false,
singleQuote: true,
printWidth: 120,
tabWidth: 4,
trailingComma: 'es5',
useTabs: true,
bracketSpacing: true,
arrowParens: 'avoid',
plugins: [require('prettier-plugin-sort-imports-desc')],
}
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,19 @@
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"connectkit": "^1.2.4",
"eslint": "8.40.0",
"eslint-config-next": "13.4.1",
"ethers": "v5",
"next": "13.4.1",
"postcss": "8.4.23",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
"typescript": "5.0.4",
"wagmi": "0.12.13"
},
"devDependencies": {
"prettier-plugin-sort-imports-desc": "^1.0.0"
}
}
Loading

0 comments on commit 22ae20a

Please sign in to comment.