๐Ÿ“ฆ hyoban / izon

๐Ÿ“„ .eslintrc.json ยท 8 lines
1
2
3
4
5
6
7
8{
  "extends": ["next/core-web-vitals", "plugin:tailwindcss/recommended"],
  "rules": {
    "@next/next/no-html-link-for-pages": "off",
    "tailwindcss/classnames-order": "off"
  }
}