1.1.0 • Published 7 years ago

@coreyleelarson/eslint-config-react v1.1.0

Weekly downloads
2
License
ISC
Repository
-
Last release
7 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

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago