mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-05-31 17:53:59 +00:00
Move next js project to archive (#207)
This commit is contained in:
12
archive/next-js-web-app/.eslintrc.json
Normal file
12
archive/next-js-web-app/.eslintrc.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": ["next/core-web-vitals", "airbnb-base", "airbnb-typescript", "prettier"],
|
||||
"rules": {
|
||||
"arrow-body-style": "off",
|
||||
"import/extensions": "warn",
|
||||
"import/order": "warn",
|
||||
"import/no-extraneous-dependencies": ["error", { "devDependencies": true }]
|
||||
},
|
||||
"parserOptions": {
|
||||
"project": ["./tsconfig.json"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user