mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-10 23:53:07 +00:00
Added Linting and Formating
This commit is contained in:
parent
817cd7f92d
commit
d5631b309a
4 changed files with 950 additions and 422 deletions
|
@ -1,3 +1,13 @@
|
|||
{
|
||||
"extends": "next/core-web-vitals"
|
||||
"extends": ["next/core-web-vitals", "prettier"],
|
||||
"plugins": ["@typescript-eslint"],
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["*.ts", "*.tsx"],
|
||||
"parserOptions": {
|
||||
"project": "./tsconfig.json"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue