mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-21 20:02:22 +02:00
git-subtree-dir: foundations/utils git-subtree-mainline:6ea92dd409git-subtree-split:063b52c1ca
11 lines
247 B
JSON
11 lines
247 B
JSON
{
|
|
"extends": [
|
|
"standard-with-typescript"
|
|
],
|
|
"ignorePatterns": ["*.json", "node_modules/*", ".eslintrc.js"],
|
|
"rules": {
|
|
"@typescript-eslint/array-type": "off",
|
|
"@typescript-eslint/promise-function-async": "off"
|
|
}
|
|
}
|