diff --git a/README.md b/README.md index 6eba4e92..b002e790 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Samples written in Typescript are located in the Samples-Typescript folder. To s We would love submissions to either the Docs or Sample code! To contribute, first sign our CLA that can be found [here](https://tableau.github.io/contributing.html). To submit a contribution, please fork the repository then submit a pull request to the `submissions` branch. ## Code Style -Our sample code follows the [Semi-Standard Style](https://github.com/Flet/semistandard). If you add your own extension code to the Samples directory, you can run `npm run lint` to validate the style of your code. Please run this command before submitting any pull requests for Sample code. +Our sample code follows the [Semi-Standard Style](https://github.com/Flet/semistandard) for JavaScript samples linting and [tslint](https://palantir.github.io/tslint/) for TypeScript. If you add your own extension code to the Samples or Samples-Typescript directories, you can run `npm run lint` to validate the style of your code. Please run this command before submitting any pull requests for Sample code. ## Contributions Code contributions and improvements by the community are welcomed! diff --git a/package.json b/package.json index 0e6e585c..4accacc8 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "http-server": "^0.11.1" }, "devDependencies": { - "@tableau/extensions-api-types": "1.3.0", + "@tableau/extensions-api-types": "1.3.1", "@types/jquery": "^3.3.29", "concurrently": "^4.1.0", "semistandard": "^11.0.0",