eslint-config-appsynth
v1.0.0
Published
Appsynth Javascript ESLint config
Downloads
35
Readme
eslint-config-appsynth
Defines set of Appsynth Javascript eslint rules based on Airbnb eslint rules extended by Prettier plugin.
Pre-installation:
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.
To install appsynth
configuration :
1. Run npm install for all required packages and eslint-config-appsynth
:
npm i --save-dev eslint prettier eslint-config-airbnb-base eslint-config-prettier eslint-plugin-import eslint-plugin-prettier eslint-config-appsynth
2. In .eslintrc
extend Appsynth configuration:
{
"extends": "appsynth"
}