1.1.0 • Published 6 years ago

@coreyleelarson/eslint-config-react v1.1.0

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

eslint-config-react

I created this package for easy reuse in all of my personal projects with all of my sensible defaults.

Install

Install this package and all its peerDependencies with the following command:

npx install-peerdeps --dev @coreyleelarson/eslint-config-default && npx install-peerdeps --dev @coreyleelarson/eslint-config-react

Configure

Eslint

Create a .eslintrc.json file:

{
  "extends": "@coreyleelarson/react"
}

Prettier

Create a .prettierrc.json file with desired prettier settings:

{
  "singleQuote": true,
  "trailingComma": "all"
}
1.1.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago