Skip to content

Commit

Permalink
Update config/typescript.js
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Harband <[email protected]>
  • Loading branch information
Zamiell and ljharb authored Aug 8, 2023
1 parent 044478d commit 713ee52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = {
rules: {
// analysis/correctness

// TypeScript compilation already ensures that named imports exist in the referenced module.
// TypeScript compilation already ensures that named imports exist in the referenced module
'import/named': 'off',
},
};

0 comments on commit 713ee52

Please sign in to comment.