New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bchteam/eslint-config

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bchteam/eslint-config

ESLint config for JavaScript & Vue

  • 1.0.3
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-33.33%
Maintainers
3
Weekly downloads
 
Created
Source

@bchteam/eslint-config

ESlint config used for our team projects

Usage

  1. Add this package to your devDependencies
$ npm i -D @bchteam/eslint-config
  1. Add the peerDependencies to your project
$ npm i -D eslint babel-eslint eslint-config-standard eslint-plugin-import eslint-plugin-node eslint-plugin-promise eslint-plugin-standard eslint-plugin-vue
  1. Create a .eslintrc.js file

  2. Extend this config (you can use just the scope name as ESLint will assume the eslint-config prefix):

module.exports = {
  // ...
  extends: [
    "@bchteam"
  ],
  // ...
}

Full example

A full example .eslintrc.js for a project:

module.exports = {
  root: true,
  "extends": [
    "@bchteam"
  ]
}

License

Setup inspired by eslint-config-standard and @nuxt/eslint-config

MIT - Zakharov Sergey zakhse@yandex.ru

FAQs

Package last updated on 10 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc