You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: code/.eslintrc.js
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -160,10 +160,9 @@ module.exports = {
160
160
'import-x/no-named-as-default-member': 'warn',
161
161
'react/destructuring-assignment': 'warn',
162
162
163
-
// This warns about importing interfaces and types in a normal import, it's arguably better to import with the `type` prefix separate from the runtime imports,
164
-
// I leave this as a warning right now because we haven't really decided yet, and the codebase is riddled with errors if I set to 'error'.
163
+
// Our codebase is mostly TypeScript, and typescript will warn when imports are not found.
0 commit comments