cycles-quartz/examples/transfers/frontend/.eslintrc.json
Daniel Gushchyan 14a6913632
refactor: refactor repo as standard rust monorepo (#222)
Co-authored-by: hu55a1n1 <sufialhussaini@gmail.com>
2024-09-30 23:33:22 +04:00

8 lines
107 B
JSON

{
"extends": [
"next",
"plugin:tailwindcss/recommended",
"plugin:prettier/recommended"
]
}