commit | eef724e0783489971a1e9dac7ba482e09de0f25c | [log] [tgz] |
---|---|---|
author | shinhanbyeol <76985229+shinhanbyeol@users.noreply.github.com> | Mon May 17 18:00:09 2021 +0900 |
committer | GitHub <noreply@github.com> | Mon May 17 18:00:09 2021 +0900 |
tree | f7ef548cab516d0097af3322ba1506ca84ba83c6 | |
parent | e15be8269b6080bb924a7134b5b9887030511948 [diff] | |
parent | efaa16660f7f80e3097daef3ef04f49a4a511a76 [diff] |
Merge pull request #14 from bitnine-oss/@feature/edge-thickness @feature/edge thickness
diff --git a/frontend/.eslintrc.js b/frontend/.eslintrc.js index b28c71f..0b95ece 100644 --- a/frontend/.eslintrc.js +++ b/frontend/.eslintrc.js
@@ -17,5 +17,6 @@ }, plugins: ['babel', 'react', 'import', 'react-hooks'], rules: { + 'linebreak-style': 0, // fow winodw user }, };