3.0.0 • Published 2 months ago

@sparkbox/eslint-config-sparkbox v3.0.0

Weekly downloads
117
License
MIT
Repository
github
Last release
2 months ago

@sparkbox/eslint-config-sparkbox

current release

A sharable ESLint config that we use at Sparkbox. This config extends the Airbnb config and includes rule support for:

Usage

npm install --save-dev @sparkbox/eslint-config-sparkbox

or

yarn add @sparkbox/eslint-config-sparkbox --dev

Use extends syntax in your .eslintrc file:

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

Install necessary plugins

npm i -D eslint eslint-config-airbnb eslint-plugin-jsx-a11y eslint-plugin-react eslint-plugin-import eslint-plugin-flowtype babel-eslint

Note: Depending on your editor setup you may need eslint-cli installed globally via npm i eslint-cli -g.

3.0.0

2 months ago

2.0.0

3 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago