@brickblock/eslint-config-base

6.0.4 • Public • Published

eslint-config-base

ESLint shareable config for all Brickblock JavaScript projects

How to use this package?

  1. Install Package

    yarn add --dev @brickblock/eslint-config-base
  2. Install Peer Dependencies

    npm info "@brickblock/eslint-config-base@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs yarn add --dev "@brickblock/eslint-config-base@latest"
  3. Use Package

Once @brickblock/eslint-config-base is installed, you can use it by adding it to the extends section of your ESLint configuration.

/* .eslintrc.js */

module.exports = {
  extends: '@brickblock/eslint-config-base'
}

Readme

Keywords

none

Package Sidebar

Install

npm i @brickblock/eslint-config-base

Weekly Downloads

0

Version

6.0.4

License

ISC

Unpacked Size

51.4 kB

Total Files

14

Last publish

Collaborators

  • bogdan.judele
  • brickblock-dev-team
  • chapati23