eslint-config-spx

1.0.0 • Public • Published

eslint-config-spx

Shareable ESlint and Prettier configuration files using prettier-standard, 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"
  ]
}
// .prettierrc.js
module.exports = require('eslint-config-spx/lib/prettier')

Package Sidebar

Install

npm i eslint-config-spx

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

2.91 kB

Total Files

6

Last publish

Collaborators

  • gnoyx