FoalTS / foal

Full-featured Node.js framework, with no complexity. 🚀 Simple and easy to use, TypeScript-based and well-documented.
https://foalts.org/
MIT License
1.9k stars 140 forks source link

Adapt generated eslint config to support ctx.session! #1178

Closed LoicPoullain closed 1 year ago

LoicPoullain commented 1 year ago

Issue

When following the second tutorial, we get an ESLint warning with the IDE on statements such as ctx.session!. This PR removes this warning to not confuse people following the tutorial.

Solution and steps

Checklist