Files
the-biergarten-app/.eslintrc.json
Aaron William Po 0065525f5c Add beer post, brewery post GET service and page
Add prettier, eslint config
2023-01-22 20:56:33 -05:00

11 lines
231 B
JSON

{
"extends": ["next/core-web-vitals", "airbnb-base", "airbnb-typescript", "prettier"],
"rules": {
"arrow-body-style": "off",
"import/extensions": "off"
},
"parserOptions": {
"project": ["./tsconfig.json"]
}
}