pulumi/sdk/nodejs/runtime/closure
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
..
codePaths.ts Use ESlint instead of TSlint (#7719) 2021-08-10 11:31:59 -07:00
createClosure.ts Use ESlint instead of TSlint (#7719) 2021-08-10 11:31:59 -07:00
parseFunction.ts Use ESlint instead of TSlint (#7719) 2021-08-10 11:31:59 -07:00
rewriteSuper.ts Mark internal APIs `@internal` to filter from API docs (#3809) 2020-01-26 09:06:35 -08:00
serializeClosure.ts Use ESlint instead of TSlint (#7719) 2021-08-10 11:31:59 -07:00
utils.ts Mark internal APIs `@internal` to filter from API docs (#3809) 2020-01-26 09:06:35 -08:00
v8.ts Mark internal APIs `@internal` to filter from API docs (#3809) 2020-01-26 09:06:35 -08:00
v8Hooks.ts Mark internal APIs `@internal` to filter from API docs (#3809) 2020-01-26 09:06:35 -08:00
v8_v10andLower.ts Use ESlint instead of TSlint (#7719) 2021-08-10 11:31:59 -07:00
v8_v11andHigher.ts Use ESlint instead of TSlint (#7719) 2021-08-10 11:31:59 -07:00