platform/packages/platform-rig/profiles/default/eslint.config.json
Andrey Sobolev 7621bccf22
UBER-1074: Svelte 4 (#4014)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2023-11-20 17:01:43 +07:00

12 lines
324 B
JSON

{
"extends": [
"standard-with-typescript"
],
"ignorePatterns": ["*.json", "node_modules/*", ".eslintrc.js"],
"rules": {
"@typescript-eslint/array-type": "off",
"@typescript-eslint/promise-function-async": "off",
"@typescript-eslint/consistent-type-imports": "off"
}
}