dojo / dojo-package-template

Dojo 2 - template to clone for creating packages (internal use)
Other
6 stars 18 forks source link

Remove dependency on tslint and grunt-tslint #84

Closed agubler closed 7 years ago

agubler commented 7 years ago

Type: feature

The following has been addressed in the PR:

Description:

Remove explicit dependency on tslint and grunt-tslint as this is now provided by grunt-dojo2. Also cleans up rules that are not compatible with tslint 4+ in preparation for the dependency update in grunt-dojo2.

Will fail until https://github.com/dojo/grunt-dojo2/pull/121 has been merged and version 2.0.0-beta.36 is released

Related to https://github.com/dojo/meta/issues/159