From 2fef44510bd2bfea1365352dd017da3a962b2023 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Sun, 1 Mar 2020 22:04:34 +0100 Subject: [PATCH] no-sync only warn --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 19e286e..9008b0e 100644 --- a/index.js +++ b/index.js @@ -135,7 +135,7 @@ module.exports = { 'no-path-concat': 'error', 'no-process-env': 'warn', 'no-process-exit': 'warn', - 'no-sync': ['error', { allowAtRootLevel: true }], + 'no-sync': ['warn', { allowAtRootLevel: true }], // Stylistic Issues https://eslint.org/docs/rules/#stylistic-issues 'array-bracket-newline': ['error', { multiline: true, minItems: 2 }],