This package has been deprecated

Author message:

This package was renamed to @callstack/eslint-config

eslint-config-callstack-io

1.1.2 • Public • Published

eslint-config-callstack-io

Callstack eslint config utilizing Airbnb config, Flow, Prettier and Jest support.

Plugins and configs used:

Additionally, it sets these environments:

{
  "env": {
    "browser": true,
    "es6": true,
    "node": true
  }
}

And for test files matching default Jest testMatch:

{
  "env": {
    "jest/globals": true
  }
}

Installation

yarn add --dev eslint eslint-config-callstack-io

Note: We're using yarn to install deps. Feel free to change commands to use npm 3+ and npx if you like

Usage

Add to your eslint config (.eslintrc, or eslintConfig field in package.json):

{
    "extends": "callstack-io"
}

Package Sidebar

Install

npm i eslint-config-callstack-io

Weekly Downloads

68

Version

1.1.2

License

MIT

Unpacked Size

4.98 kB

Total Files

6

Last publish

Collaborators

  • satya164
  • grabbou
  • thymikee
  • callstack-oss