1.3.0 • Published 4 years ago

@bjeco/eslint-config v1.3.0

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

eslint-config

npm (scoped)

Portable configuration for Eslint

Install

yarn add -D @bjeco/eslint-config eslint eslint-plugin-jest eslint-plugin-json-format eslint-plugin-jsx-a11y eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-unicorn@19

Setup

Add an "eslintConfig" parameter to the package.json file as an object containing an "extends" parameter:

{
  "name": "my-library",
  "version": "9000.0.1",
  "eslintConfig": {
    "extends": "@bjeco"
  }
}

Reference

Eslint configuration settings

TODO

  • Add VSCode plugin and settings for auto fix setup
  • Go through existing recommended rule sets and extend them with additional rules
    • eslint core
    • json-format
    • jsx-a11y
    • react
    • react-hooks
    • unicorn
  • Figure out what other lint plugins should be added here
1.3.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.1-alpha.1

4 years ago

0.1.1-alpha.0

4 years ago