superset/superset-frontend/temporary_superset_ui/superset-ui/packages/superset-ui-connection/.eslintrc
Chris Williams b3444d86df add Typescript support + convert @superset-ui/connection to Typescript (#41)
* [typescript] add build support for typescript

* [typescript] working lint and build

* [typescript] refactor SupersetClient to TS

* [typescript][connection] leverage RequestInit types when relevant

* [typescript][connection] callApi.js => callApi.ts

* [typescript][connection] remaining .js => .ts

* [typescript][connection] add and export src/types.ts, refactor things, convert test to .ts and fix

* [typescript] build:ts only in typescript-containing packages
2021-11-26 11:44:35 +08:00

7 lines
154 B
Plaintext

{
"rules": {
"prefer-promise-reject-errors": "off",
"lines-between-class-members": ["error", "always", { "exceptAfterSingleLine": true }]
}
}