eslint-config-relint-base

1.0.3 • Public • Published

Install

npm install -D eslint-config-relint-base

Configuration

package.json

{
  // ...
  "eslintConfig": {
    "extends": "relint-base",
    "ignorePatterns": [
      "dist",
      "build"
    ]
  },
  "prettier": {
    "printWidth": 120,
    "singleQuote": true,
    "semi": true,
    "tabWidth": 2
  },
  // ...
}

🚀 © Ninh Pham

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-relint-base

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

3.08 kB

Total Files

3

Last publish

Collaborators

  • reeganexe