diff --git a/javascript/README.md b/javascript/README.md new file mode 100644 index 0000000000000000000000000000000000000000..143867b460ba9b5d09d9fff6e5d15048e964e5ea --- /dev/null +++ b/javascript/README.md @@ -0,0 +1,15 @@ +# Using + +## Building and development +Refer to the root README to set up building and development of the libs. + +## Code quality +Project uses ESLint to maintain code quality. Setup instructions: + +#### VScode +- Install [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) plugin + +#### IDEA +- Enable ESLint in `Preferences -> Languages and frameworks -> JavaScript -> Code Quality Tools` + +