Skip to content

Commit

Permalink
Turn off forced typing for js files until migration is done
Browse files Browse the repository at this point in the history
  • Loading branch information
YouKnowBlom committed Nov 1, 2020
1 parent 4d5eeef commit 14e4d20
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ module.exports = {
cast: 'readonly',
PRODUCTION: 'readonly',
$scope: 'writable'
}
},
{
files: ['./src/**/*.ts'],
},
rules: {
// Disable these until we have converted the project to TS
'@typescript-eslint/explicit-module-boundary-types': "off",
Expand Down

0 comments on commit 14e4d20

Please sign in to comment.