1.0.9 • Published 4 years ago

@jtwebb/eslint-config v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

ESLint Configuration

My personal eslint configuration. It is very much a work in progress.

Add one of these to package.json for the main config

"eslintConfig": {
  "extends": [
    "@jtwebb/eslint-config"
  ]
}
"eslintConfig": {
  "extends": [
    "@jtwebb"
  ]
}

Use this for React

"eslintConfig": {
  "extends": [
    "@jtwebb/eslint-config/react"
  ]
}
1.0.9

4 years ago

1.0.8

4 years ago

1.0.2

4 years ago

1.0.7

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago