This repository contains config file for ESLint. This coding standard is followed at Froiden.
You will need install few npm packages for this to work. Run following command to do so:
npm install -g eslint-config-standard eslint-plugin-standard eslint-plugin-promise eslint-plugin-html eslint-plugin-import
Simply follow configuration procedure of your faviourite editor and point to the config included in this repository and you are done!
The config file has been derieved from AirBnB JavaScript Style Guide.