troyedwardsjr / phaser3-typescript-webpack

A boilerplate project for Phaser 3 + Typescript + Webpack.
111 stars 25 forks source link

Use tslint instead of eslint #3

Closed mentos1386 closed 6 years ago

mentos1386 commented 6 years ago

Currently there is used eslint and when running npm run test and checks for .js files. It should check for .ts files and use tslint.

Eslint is also missing as dependency.

https://github.com/troyedwardsjr/phaser3-typescript-webpack/blob/master/package.json#L11

troyedwardsjr commented 6 years ago

I choose to remove it because the primary benefit of linting is to enforce a specific style, usually for multiple developers working on the same project. I would rather not set up a default configuration and make this repository opinionated, as it seems unfitting and overly verbose when creating a boilerplate project which is friendly to new users.