Skip to content

Commit

Permalink
Add files for typescript-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored Oct 29, 2023
1 parent c3693d4 commit 4d9fce7
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions guest-list-mobile/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"extends": "expo/tsconfig.base",
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "eslint-config-upleveled/tsconfig.base.json",
"compilerOptions": {
"strict": true
}
"jsx": "react-native",
"target": "ESNext"
},
"include": [
"**/.eslintrc.cjs",
"**/*.ts",
"**/*.tsx",
"**/*.js",
"**/*.jsx",
"**/*.cjs",
"**/*.mjs"
],
"exclude": ["node_modules"]
}

0 comments on commit 4d9fce7

Please sign in to comment.