Skip to content

Instantly share code, notes, and snippets.

View twsau's full-sized avatar
💁
④⑧ ⑥⑤ ⑥Ⓒ ⑥Ⓒ ⑥Ⓕ ②Ⓒ ②⓪ ⑤⑦ ⑥Ⓕ ⑦② ⑥Ⓒ ⑥④ ②①

Thomas Saunders twsau

💁
④⑧ ⑥⑤ ⑥Ⓒ ⑥Ⓒ ⑥Ⓕ ②Ⓒ ②⓪ ⑤⑦ ⑥Ⓕ ⑦② ⑥Ⓒ ⑥④ ②①
View GitHub Profile
### Keybase proof
I hereby claim:
* I am twsau on github.
* I am twsau (https://keybase.io/twsau) on keybase.
* I have a public key ASCoW0e6jPgA69un7UOEnw4eluYckE4QY3JPxhk_JpFQZwo
To claim this, I am signing this object:
@twsau
twsau / .eslintrc.json
Created November 28, 2023 16:43
next lint template
{
"parser": "@typescript-eslint/parser",
"plugins": ["react", "@typescript-eslint", "autofix", "react-hooks"],
"extends": ["next/core-web-vitals", "plugin:tailwindcss/recommended"],
"rules": {
"@typescript-eslint/consistent-type-imports": [
"error",
{
"prefer": "type-imports"
}