Files
TheGame/.prettierrc.cjs
Sero 1345015cbd Eas - ethers compat issues between dependencies (#1748)
* eh

* dashboard layout

* t

* t

* ethers issues identified

* `/me` is loading & linting without error 🍞

* fixing an `import`s order error 🛼

* Update useEAS.ts

* eas

* attestations working

* get attestations

* attest

* chore: improve design

* chore: size

* change design

* fix: update schema

* chore

* eas

* eas

---------

Co-authored-by: dysbulic <dys@dhappy.org>
Co-authored-by: Udit Takkar <udit222001@gmail.com>
2024-04-29 07:38:35 -04:00

16 lines
238 B
JavaScript

module.exports = {
printWidth: 80,
singleQuote: true,
trailingComma: 'all',
arrowParens: 'always',
// semi: false,
overrides: [
{
files: '*.yaml',
options: {
singleQuote: false,
},
},
],
};