Skip to content

Commit

Permalink
Merge pull request #123 from elsoul/fix/eslint
Browse files Browse the repository at this point in the history
fix setting
  • Loading branch information
KishiTheMechanic authored Sep 10, 2023
2 parents 9de51ce + 8c775f6 commit 86b5d73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/templates/init/eslintrc.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ export const eslintrcJson = async (appName: string, template: string) => {
'@typescript-eslint/no-var-requires': 0,
'@typescript-eslint/no-unused-vars': 0,
'@typescript-eslint/no-empty-function': 0,
'react-native/no-inline-styles': 0,
'@typescript-eslint/ban-ts-comment': [
'off',
{
Expand Down

0 comments on commit 86b5d73

Please sign in to comment.