Repos / pytaku / b86f5162bb
commit b86f5162bb4c244afe16e3a0c8a9849bf67caf60
Author: Bùi Thành Nhân <hi@imnhan.com>
Date: Fri Aug 21 19:36:22 2020 +0700
add jshintrc
diff --git a/.jshintrc b/.jshintrc
new file mode 100644
index 0000000..871f29f
--- /dev/null
+++ b/.jshintrc
@@ -0,0 +1,4 @@
+{
+ "laxbreak": true,
+ "esversion": 6
+}
diff --git a/README.md b/README.md
index dd287a0..a9814ee 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,11 @@ ## Tests
Can be run with just `pytest`. It needs a pytaku.conf.json as well.
+## Code QA tools
+
+- Python: black, isort, flake8 without mccabe
+- JavaScript: jshint, prettier
+
# Production
```sh