Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@workpop/eslint-config-workpop

Workpop30MIT1.1.0

Workpop's ESLint Config

eslint

readme

eslint-config-workpop

Shareable Config for Eslint

Usage

First, you must add the npm dependency to your project.

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

Next extend this config in your projects .eslintrc.json.

{
  "extends": "@workpop/eslint-config-workpop",
  "rules": {
    // Overrides
  }
}

changelog

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0 (2019-06-17)

Features

  • Update dependencies to latest verison (9172a1d)

1.0.2 (2018-06-15)

Bug Fixes

1.0.1 (2018-06-14)

Bug Fixes

1.0.0 (2017-09-16)

Features

  • spaces: Require trailing new-line at end of files. (#11) (440df46)

BREAKING CHANGES

  • spaces: new line at end of files is now required
  • fix(lint): Require blank line at end of files.

  • use opinions

0.0.9 (2017-03-28)

0.0.8 (2017-03-03)

Bug Fixes

  • babelEslint: Upgrade Babel Eslint to pick up necessary parsing of dynamic imports (48d69f4)

0.0.7 (2016-12-28)

Bug Fixes

  • lint: fix failing npm test due to unsupported upgrade to eslint-plugin-jsx-a11y. not yet supported by eslint-config-airbnb (9c34803)