Skip to content

Commit

Permalink
Merge pull request #124 from elsoul/fix/eslint
Browse files Browse the repository at this point in the history
fix/eslint
  • Loading branch information
KishiTheMechanic authored Sep 10, 2023
2 parents 86b5d73 + ff5f69c commit 35c1774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/init/eslintrc.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,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 Expand Up @@ -229,7 +230,6 @@ 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 35c1774

Please sign in to comment.