pulumi/sdk/nodejs/runtime
Horace Lee a92a005d68
Use ESlint instead of TSlint (#7719)
Migrated TSlint configs to ESlint ones using [tslint-to-eslint-config](https://github.com/typescript-eslint/tslint-to-eslint-config) tool, and refined the configs to better match the current coding style.

Changes:
- [member-delimiter-style](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/member-delimiter-style.md#options) that as suggested default for type definition to be  with `semicolon`
- Indentation fixes that is enforced by [eslint-indent](https://eslint.org/docs/rules/indent#options)
- Added dependencies for ESlint with Typescript
- Removed TSlint
2021-08-10 11:31:59 -07:00
..
closure Use ESlint instead of TSlint (#7719) 2021-08-10 11:31:59 -07:00
asyncIterableUtil.ts Use ESlint instead of TSlint (#7719) 2021-08-10 11:31:59 -07:00
config.ts [sdk/nodejs] Warn when a secret config is read as a non-secret (#6896) 2021-05-18 09:48:08 -07:00
debuggable.ts remove erroneous global promise rejection handler (#6864) 2021-04-26 08:27:41 -07:00
index.ts Refactor Mock newResource and call to accept property bag rather than individual args (#6672) 2021-04-14 19:32:18 +01:00
invoke.ts Use ESlint instead of TSlint (#7719) 2021-08-10 11:31:59 -07:00
mocks.ts Use ESlint instead of TSlint (#7719) 2021-08-10 11:31:59 -07:00
resource.ts Use ESlint instead of TSlint (#7719) 2021-08-10 11:31:59 -07:00
rpc.ts Use ESlint instead of TSlint (#7719) 2021-08-10 11:31:59 -07:00
settings.ts Use ESlint instead of TSlint (#7719) 2021-08-10 11:31:59 -07:00
stack.ts [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00