2.4.0 • Published 10 months ago

eslint-config-barney v2.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

eslint-config-barney

Barney Parker's base ESLint configuration.

Usage

  1. npm install --save-dev eslint-config-barney
  2. In your eslintrc.config.js file, add the following:
import barneyConfig from 'eslint-config-barney'

export default [
  ...barneyConfig,

  // anything from here will override barneyConfig
  {
    rukles: {
      'no-unused-vars': 'warn',
    },
  },
]
2.3.0

10 months ago

2.2.0

10 months ago

2.4.0

10 months ago

2.1.0

10 months ago

2.0.0

12 months ago

1.0.2

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago