Skip to content

Commit

Permalink
Merge pull request #8 from ahmetarsiv/master
Browse files Browse the repository at this point in the history
Link component deleted & stroies type added
  • Loading branch information
ahmetarsiv authored Mar 9, 2024
2 parents 6645f0d + e0b5e8f commit 8f28296
Show file tree
Hide file tree
Showing 26 changed files with 2,474 additions and 632 deletions.
23 changes: 23 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"env": {
"browser": true,
"es2021": true
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:react/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": [
"@typescript-eslint",
"react"
],
"rules": {
"@typescript-eslint/no-explicit-any": 0
}
}
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"arrowParens": "avoid",
"jsxBracketSameLine": true,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "all"
}
Loading

0 comments on commit 8f28296

Please sign in to comment.