0.11.8 • Published 2 days ago

@theguild/eslint-config v0.11.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 days ago

@theguild/eslint-config

Guild's ESLint shareable configs for linting JavaScript/TypeScript/React projects.

Install

For JavaScript/TypeScript projects

yarn add -D eslint @theguild/eslint-config

For React projects

yarn add -D eslint \
            @theguild/eslint-config \
            eslint-plugin-jsx-a11y \
            eslint-plugin-react \
            eslint-plugin-react-hooks

Usage

Extend a @theguild config for JavaScript/TypeScript projects.

// .eslintrc.cjs
module.exports = {
  extends: ['@theguild']
}

Additionally extend a @theguild/react for React projects.

// .eslintrc.cjs
module.exports = {
- extends: ['@theguild']
+ extends: ['@theguild', '@theguild/react']
}
0.11.8

2 days ago

0.11.7

5 days ago

0.11.6

19 days ago

0.11.4

2 months ago

0.11.3

3 months ago

0.11.2

4 months ago

0.11.0

10 months ago

0.11.1

6 months ago

0.10.0

11 months ago

0.8.1

1 year ago

0.9.0

1 year ago

0.8.0

1 year ago

0.7.0

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.4.2

1 year ago

0.5.0

1 year ago

0.5.1

1 year ago

0.6.0

1 year ago

0.3.0

1 year ago

0.1.2

2 years ago

0.1.1

2 years ago

0.3.1

1 year ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago