0.0.15 • Published 3 years ago

@pixelwolfhq/eslint-config v0.0.15

Weekly downloads
8
License
MIT
Repository
-
Last release
3 years ago

@pixelwolfhq/eslint-config

Installation

npm i @pixelwolfhq/eslint-config --save-dev

Usage

Edit .eslintrc.json:

{
  "extends": "@pixelwolfhq/eslint-config",
  "settings": {
    "import/internal-regex": "^components/|^utils/"
  }
}

Script in package.json

"scripts": {
  "lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\""
},
0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago