Closed Gudahtt closed 1 year ago
The ESLint config has been updated. Changes include improved lint rules for Promises, and stricter type imports.
Only one change was required, relating to type imports. The type keyword is now required for imports just used as types, which we had one example of.
type
The ESLint config has been updated. Changes include improved lint rules for Promises, and stricter type imports.
Only one change was required, relating to type imports. The
type
keyword is now required for imports just used as types, which we had one example of.