JLuboff / connect-mssql-v2

MS SQL Server session store for Express Session
MIT License
5 stars 7 forks source link

Update eslint so it runs/works? #22

Closed bradtaniguchi closed 4 years ago

bradtaniguchi commented 4 years ago

I know there is only 1 file to lint, but this project also includes some of what is needed to lint it (eslint+some plugins). We can setup linting to lint that single file (and potentially any other future files if need be)

As of right now the eslint configuration makes a command like npx eslint src not see any files due to the files being .ts. This can be fixed (along with any other lint errors) and will help us later if we ever add ci/cd support

JLuboff commented 4 years ago

Closing as this was fixed in the latest PR by adding --ext .ts