blakeembrey / tslint-config-standard

A TSLint config for JavaScript Standard Style
Other
358 stars 43 forks source link

feat: support lint *.js by jsRules #57

Closed anchengjian closed 5 years ago

anchengjian commented 5 years ago

docs: https://palantir.github.io/tslint/usage/configuration/

fix: #42

and in my package.json :

{
    // ...
    "scripts": {
      "lint": "tslint -p ./ -c node_modules/tslint-config-standard/tslint.js",
    },
}