Skip to content

Commit b94dffc

Browse files
authored
Merge pull request #249 from tableau/dev
Merge dev to master for types 1.3.1.
2 parents bd5c18c + e5d5607 commit b94dffc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Samples written in Typescript are located in the Samples-Typescript folder. To s
3030
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.
3131

3232
## Code Style
33-
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.
33+
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.
3434

3535
## Contributions
3636
Code contributions and improvements by the community are welcomed!

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"http-server": "^0.11.1"
2121
},
2222
"devDependencies": {
23-
"@tableau/extensions-api-types": "1.3.0",
23+
"@tableau/extensions-api-types": "1.3.1",
2424
"@types/jquery": "^3.3.29",
2525
"concurrently": "^4.1.0",
2626
"semistandard": "^11.0.0",

0 commit comments

Comments
 (0)