1.2.2 • Published 3 years ago

@jlgoh/eslint-config-with-prettier v1.2.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Installation

  1. Install the configs by running:
npx install-peerdeps --dev @jlgoh/eslint-config-with-prettier
  1. Create a .eslintrc file in your root directory and insert the following:
{
    "extends": ["@jlgoh/eslint-config-with-prettier"]
}
  1. Create a .prettierrc file in your root directory and insert the following:
"@jlgoh/eslint-config-with-prettier/.prettierrc"

Integrating with VSCode Editor

  1. Install the ESLint extension
  2. Install the Prettier extension (Turn on Format On Save for easy development)
  3. Reload VSCode if ESLint and Prettier do not work for the first time
1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago