fractile81 / cordova-phaser-ts-jed

Cordova template that provides Phaser Typescript support, plus Jed for i18n.
Apache License 2.0
35 stars 4 forks source link

Wrong path in tslint.json #6

Open Majirefy opened 7 years ago

Majirefy commented 7 years ago

In project's root tslint.json, it is:

{
    "extends": "./node_modules/phaser/v2/typescript/tslint.json"
}

But after running npm install, this should be:

{
    "extends": "./node_modules/phaser/typescript/tslint.json"
}
fractile81 commented 7 years ago

I will take a look at it as soon as I'm able.