@blinkk/eslint-config-root

0.1.0 • Public • Published

ESLint config for Root.js projects

Setup

Install deps:

yarn add eslint prettier typescript
yarn add -D @blinkk/eslint-config-root

Add eslint config file .eslintrc.json:

{
  "extends": [
    "@blinkk/root"
  ]
}

Add .eslintignore:

node_modules/
build/
dist/

Add scripts to package.json:

{
  "scripts": {
    "lint": "eslint . --ext .ts,.tsx",
    "fix": "eslint . --ext .ts,.tsx --fix"
  }
}

Readme

Keywords

Package Sidebar

Install

npm i @blinkk/eslint-config-root

Weekly Downloads

602

Version

0.1.0

License

MIT

Unpacked Size

4.9 kB

Total Files

4

Last publish

Collaborators

  • jeremydw
  • uxder-blinkk
  • zoramite
  • stevenle