From 76b1e6f2619db3fc71881a6d24112c7e06f9bc5a Mon Sep 17 00:00:00 2001 From: teidesu Date: Wed, 14 Apr 2021 22:49:02 +0300 Subject: [PATCH] fix(eslint): removed linebreak-style rule --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 38b26c4c..3d8dd189 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -16,7 +16,6 @@ module.exports = { }, plugins: ['@typescript-eslint'], rules: { - 'linebreak-style': ['error', 'unix'], '@typescript-eslint/no-var-requires': 'off', '@typescript-eslint/no-explicit-any': 'off', '@typescript-eslint/interface-name-prefix': 'off',