Skip to content

Commit

Permalink
fix(): removeno use before define from rules (app schematic)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jan 26, 2020
1 parent 95ded65 commit 07a7234
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/application/files/ts/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ module.exports = {
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-use-before-define': 'off',
},
};

0 comments on commit 07a7234

Please sign in to comment.