Skip to content

Commit

Permalink
fix: remove extra config for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed Jun 29, 2023
1 parent ffb02f4 commit e3784cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/create-vite/template-react-ts/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,5 @@ module.exports = {
{ allowConstantExport: true },
],
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/no-unnecessary-condition': 'warn',
'@typescript-eslint/non-nullable-type-assertion-style': 'warn',
},
}

0 comments on commit e3784cb

Please sign in to comment.