aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorEugene Sokolov <eug-vs@keemail.me>2020-04-06 17:47:20 +0300
committerGitHub <noreply@github.com>2020-04-06 17:47:20 +0300
commit62df0ff96fc9ab832212d223150862c7667d9ffc (patch)
tree9159c443e970ea2a0819edffbe2fe5cc101c1001 /.eslintrc.json
parenta72027d21154ba94e26d6b96092afc9704b8288c (diff)
parent400330fe5ebd6951a97f07b6147b3af6113e034f (diff)
downloadreact-benzin-62df0ff96fc9ab832212d223150862c7667d9ffc.tar.gz
Merge pull request #8 from eug-vs/developv3.1.0
Markdown parser
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
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"]