Update .eslintrc.json and add prettier support

Add pre-commit hook to lint staged files
Add some eslint plugins

Gitlab: #2

Change-Id: Iea7800b66992dcb4b87501544647aedafe07a509
diff --git a/.husky/pre-commit b/.husky/pre-commit
new file mode 100755
index 0000000..d24fdfc
--- /dev/null
+++ b/.husky/pre-commit
@@ -0,0 +1,4 @@
+#!/usr/bin/env sh
+. "$(dirname -- "$0")/_/husky.sh"
+
+npx lint-staged