platform/packages/platform-rig/profiles/package/eslint.config.json
Andrey Sobolev 19d6764250
UBERF-4248: Task type (#4042)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2023-12-14 23:26:02 +07:00

12 lines
320 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"
}
}