1.0.3 • Published 5 years ago

@fewlines/eslint-config-fewlines-js v1.0.3

Weekly downloads
20
License
MIT
Repository
-
Last release
5 years ago

eslint-config-fewlines-js

Disclaimer: this package is made for our internal usage and is only open source for convenience so we might not consider Pull Requests or Issues.

This package includes the shareable ESLint configuration used by Fewlines javascript and typescript projects.

Extends eslint:recommended, plugin:prettier/recommended, plugin:react/recommended

Usage

yarn add -D @fewlines/eslint-config-fewlines-js eslint eslint-config-prettier eslint-plugin-prettier prettier eslint-plugin-react

Then add these line to your package.json:

"eslintConfig": {
  "extends": "@fewlines/fewlines-js"
}

Contributing

See CONTRIBUTING.md.