Skip to content

Commit

Permalink
fix setting
Browse files Browse the repository at this point in the history
  • Loading branch information
KishiTheMechanic committed Sep 10, 2023
1 parent 9de51ce commit 8c775f6
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 8c775f6

Please sign in to comment.