From 2b076ec2796712a12891afb95b3d65311a04e9cb Mon Sep 17 00:00:00 2001 From: Eug-VS Date: Mon, 10 Feb 2020 11:35:53 +0300 Subject: style: transfer .eslintignore to .eslintrc.json --- .eslintignore | 1 - .eslintrc.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 .eslintignore diff --git a/.eslintignore b/.eslintignore deleted file mode 100644 index 1521c8b..0000000 --- a/.eslintignore +++ /dev/null @@ -1 +0,0 @@ -dist diff --git a/.eslintrc.json b/.eslintrc.json index 9111786..ac05a7f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -4,6 +4,7 @@ "react-app", "plugin:@typescript-eslint/recommended" ], + "ignorePatterns": "dist/", "rules": { "jsx-quotes": ["error", "prefer-double"], "quotes": ["error", "single"] -- cgit v1.2.3