eslint-config-expo

8.0.1 • Public • Published

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"],
};

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
7.1.228,035sdk-51
8.0.125,618latest
8.0.2-canary-20241211-61c49bd9canary

Version History

VersionDownloads (Last 7 Days)Published
8.0.2-canary-20241211-61c49bd9
8.0.125,618
8.0.03
8.0.0-canary-20241021-c4b5a931
8.0.0-canary-20241021-7aba8131
8.0.0-canary-20241018-ebd377a1
8.0.0-canary-20241018-2a482e31
8.0.0-canary-20241018-75a0b251
8.0.0-canary-20241018-4f8243a1
8.0.0-canary-20241008-90b13ad2
8.0.0-canary-20240927-ab8a9621
7.1.3-canary-20240912-1059f852
7.1.3-canary-20240904-69100c11
7.1.3-canary-20240814-ce0f7d51
7.1.3-canary-20240719-83ee47b2
7.1.3-canary-20240628-1ba81522
7.1.3-canary-20240627-1402f4b1
7.1.3-canary-20240625-2333e701
7.1.228,035
7.1.11
7.1.01
0.0.1-canary-20240418-8d745972
0.0.1-canary-20240415-cca04d81
0.0.1-canary-20240415-0868fc42
0.0.1-canary-20240411-55a00851
0.0.1-canary-20240411-33a7dc11
0.0.1-canary-20240406-a4950c71
0.0.1-canary-20240405-cdfd9c11
0.0.1-canary-20240404-e2b87431
7.0.0797
6.0.0113
6.0.0-rc.51
6.0.0-rc.41
6.0.0-rc.31
6.0.0-rc.21
6.0.0-rc.11
6.0.0-rc.01
5.1.32

Package Sidebar

Install

npm i eslint-config-expo

Weekly Downloads

54,614

Version

8.0.1

License

MIT

Unpacked Size

9.65 kB

Total Files

9

Last publish

Collaborators

  • fiber-god
  • betoatexpo
  • ide
  • brentvatne
  • evanbacon
  • quinlanj
  • expoadmin
  • tsapeta
  • exponent
  • wschurman
  • bycedric
  • lukmccall
  • jonsamp
  • princefleaswallow
  • kudochien
  • keith-kurak
  • alanhughes
  • simek
  • gabrieldonadel
  • szdziedzic
  • douglowder
  • kadikraman
  • aleqsio
  • radoslawkrzemien
  • expo-bot
  • philpl
  • marklawlor