eslint-config-appsynth

1.0.0 • Public • Published

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"
}

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-appsynth

Weekly Downloads

12

Version

1.0.0

License

none

Unpacked Size

1.87 kB

Total Files

6

Last publish

Collaborators

  • appsynth-asia