2.0.48 • Published 13 days ago

eslint-config-expensify v2.0.48

Weekly downloads
1,156
License
ISC
Repository
github
Last release
13 days ago

eslint-config-expensify

npm version

This package provides Expensify's .eslintrc as an extensible shared config. Most of our rules are based on Airbnb's style guide.

How to Develop

  1. Make a change
  2. Bump the version in package.json and submit your PR

After PR is merged

You need to publish the newest version of this to NPM so that we can update it in the other repos 1. From the command line, in the directory for this repo: 1. Run npm login 1. Enter username: 'expensify' 1. Enter password: this is in 1Password for npmjs.com 1. Enter the email: infra@expensify.com 1. Ask for the 2FA code in #infra (feel free to ping @ring0 if you don't get a timely response) 1. Run npm publish 1. Go into the App, Web-Expensify and Web-Secure repos and run npm install eslint-config-expensify@latest. This should update the package.json and package-lock.json file and you can submit a PR with those changes.

Note as of now we have no way of testing these PRs without a separate App, Web or Web Secure PR

Usage

We export two ESLint configurations for your usage.

eslint-config-expensify

Our default export contains all of our ESLint rules, including ECMAScript 6+ and React. It requires eslint, eslint-plugin-import, eslint-plugin-react, and eslint-plugin-jsx-a11y.

Just add extends: 'expensify' to the .eslintrc file in the root directory of your project.

eslint-config-expensify/legacy

Just add extends: 'expensify/legacy' to the .eslintrc file in the root directory of your project.

Style Guide

Feel free to also check out our Javascript style guide, our general language-agnostic coding standards, and the ESlint config docs for more information.

2.0.48

13 days ago

2.0.47

14 days ago

2.0.46

21 days ago

2.0.45

25 days ago

2.0.44

2 months ago

2.0.43

4 months ago

2.0.42

6 months ago

2.0.41

6 months ago

2.0.39

7 months ago

2.0.38

11 months ago

2.0.35

1 year ago

2.0.36

1 year ago

2.0.34

1 year ago

2.0.33

1 year ago

2.0.31

1 year ago

2.0.32

1 year ago

2.0.30

2 years ago

2.0.29

2 years ago

2.0.27

2 years ago

2.0.24

2 years ago

2.0.22

2 years ago

2.0.23

2 years ago

2.0.20

2 years ago

2.0.21

2 years ago

2.0.19

2 years ago

2.0.17

2 years ago

2.0.18

2 years ago

2.0.16

3 years ago

2.0.15

3 years ago

2.0.13

3 years ago

2.0.11

4 years ago

2.0.10

4 years ago

2.0.9

4 years ago

2.0.7

4 years ago

2.0.6

4 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.2.0

5 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago