eslint-config-lifion
TypeScript icon, indicating that this package has built-in type declarations

3.1.0 • Public • Published

eslint-config-lifion

npm version Contributor Covenant

This package provides Lifion's base JS .eslintrc as an extensible shared config.

Usage

Install the module and its peer dependencies:

npm install eslint-config-lifion eslint@8 prettier@2 -D

Make sure ESLint uses this module by adding "extends" to your .eslintrc file:

{
  "extends": "lifion"
}

Configure Prettier by adding this to your .prettierrc file:

{
  "endOfLine": "auto",
  "printWidth": 100,
  "singleQuote": true,
  "trailingComma": "none"
}

License

Apache-2.0

Package Sidebar

Install

npm i eslint-config-lifion

Weekly Downloads

6

Version

3.1.0

License

Apache-2.0

Unpacked Size

23.7 kB

Total Files

5

Last publish

Collaborators

  • edgardo
  • lifion.opensource
  • kenzable