diff options
author | Vitaly Takmazov | 2023-01-13 10:44:51 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 11:04:54 +0300 |
commit | 3614e81abe4528072dd25168e06bc7d1e73a4885 (patch) | |
tree | 966729be1f325662e2c8164d51a3f6ecf3c01a45 /vnext/.eslintrc | |
parent | 3eb790c077720631281d84f582027f6bb89c24de (diff) |
CI: merge vnext configuration
Diffstat (limited to 'vnext/.eslintrc')
-rw-r--r-- | vnext/.eslintrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vnext/.eslintrc b/vnext/.eslintrc index 006e0b07..f71069e1 100644 --- a/vnext/.eslintrc +++ b/vnext/.eslintrc @@ -71,5 +71,6 @@ "semi": ["error", "always"], "semi-style": ["error", "last"], "@typescript-eslint/no-floating-promises": "error" - } + }, + "root": true } |