6.3.1 • Published 3 months ago

eslint-config-hardesty v6.3.1

Weekly downloads
1
License
MIT
Repository
github
Last release
3 months ago

eslint-config-hardesty

This package provides Zach Hardesty's .eslintrc as an extensible shared config.

NPM Package Listing

Usage

Our default export contains all of our ESLint rules, including ECMAScript 6+ and React. It requires eslint, babel-eslint. If you see strange errors, try adding eslint-plugin-react and/or escape-regex-string as peer-dependencies. If you don't need React, see eslint-config-airbnb-base.

  1. Install the correct versions of each package, which are listed by the command:

    npm info "eslint-config-hardesty@latest" peerDependencies

    If using npm 5+, use this shortcut

    npx install-peerdeps --dev eslint-config-hardesty

    If using yarn, you can also use the shortcut described above if you have npm 5+ installed on your machine, as the command will detect that you are using yarn and will act accordingly. Otherwise, run npm info "eslint-config-hardesty@latest" peerDependencies to list the peer dependencies and versions, then run yarn add --dev <dependency>@<version> for each listed peer dependency.

  2. Add "extends": "hardesty" to your .eslintrc or set eslintConfig: { "extends": "hardesty" }, in your package.json. If you want to use Prettier, use "hardesty/prettier" instead. It's expected that you will also add the following to your package.json.

    "prettier": {
      "semi": false
    },
6.3.1

3 months ago

6.3.0

8 months ago

6.2.0

8 months ago

6.1.0

1 year ago

6.0.0

1 year ago

6.1.1

1 year ago

5.0.3

3 years ago

5.0.2

3 years ago

5.0.1

3 years ago

5.0.0

3 years ago

4.2.0

3 years ago

4.1.0

3 years ago

4.0.0

3 years ago

3.6.0

3 years ago

3.5.0

4 years ago

3.4.0

4 years ago

3.3.2

4 years ago

3.3.1

4 years ago

3.2.2

4 years ago

3.3.0

4 years ago

3.2.1

4 years ago

3.2.0

4 years ago

3.2.3

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

3.0.0

4 years ago

1.10.0

4 years ago

1.9.3

4 years ago

1.9.2

4 years ago

1.9.1

4 years ago

1.9.0

4 years ago

1.8.0

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago