Closed anchengjian closed 5 years ago
docs: https://palantir.github.io/tslint/usage/configuration/
fix: #42
and in my package.json :
package.json
{ // ... "scripts": { "lint": "tslint -p ./ -c node_modules/tslint-config-standard/tslint.js", }, }
docs: https://palantir.github.io/tslint/usage/configuration/
fix: #42
and in my
package.json
: