eslint-config-spx-react

1.0.0 • Public • Published

eslint-plugin-standard-prettier-react

Shareable ESlint and Prettier configuration files using prettier-standard, react-app, jsx-a11y, react, react-hooks, sonarjs

Usage

Install ESlint and Prettier in the project.

$ yarn add --save-dev eslint
$ yarn add --save-dev --save-exact prettier

Create ESlint and Prettier configurations in the root directory

// .eslintrc.json
{
  "extends": [
    "spx-react"
  ]
}
// .prettierrc.js
module.exports = require('eslint-config-spx-react/lib/prettier')

Dependencies (18)

Dev Dependencies (1)

Package Sidebar

Install

npm i eslint-config-spx-react

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

3.95 kB

Total Files

6

Last publish

Collaborators

  • gnoyx