Defines set of Appsynth Javascript eslint rules based on Airbnb eslint rules extended by Prettier plugin.
Copy .prettierrc
file into root of your project. Make sure that you do not change configuration or you will run in a bunch of conflicts between prettier and eslint.
npm i --save-dev eslint prettier eslint-config-airbnb-base eslint-config-prettier eslint-plugin-import eslint-plugin-prettier eslint-config-appsynth
{
"extends": "appsynth"
}