8.0.1 • Published 4 months ago

eslint-config-expo v8.0.1

Weekly downloads
304
License
MIT
Repository
github
Last release
4 months ago

eslint-config-expo

Base ESLint config for Expo projects. This is a minimal config that supports JSX and TypeScript, platform-specific global variables, and file extensions like .android.js, .ios.js and .web.js. You are intended to compose this base config with the linter rules of your choice in your own ESLint configuration.

Installation

yarn add --dev eslint-config-expo

You will also need to install eslint:

yarn add --dev eslint

Usage

Import this config into your own ESLint configuration using the extends option. ESLint checks both package.json and .eslintrc.* files for its configuration:

package.json

{
  "eslintConfig": {
    "extends": ["expo", "eslint:recommended"]
  }
}

.eslintrc.js

module.exports = {
  extends: ["expo", "eslint:recommended"],
};
8.0.1

8 months ago

8.0.0

8 months ago

7.1.2

1 year ago

7.1.1

1 year ago

7.1.0

1 year ago

7.0.0

1 year ago

6.0.0

8 years ago

6.0.0-rc.5

8 years ago

6.0.0-rc.4

8 years ago

6.0.0-rc.3

8 years ago

6.0.0-rc.2

8 years ago

6.0.0-rc.1

8 years ago

6.0.0-rc.0

8 years ago

5.1.3

8 years ago