Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-barecheck-base

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-barecheck-base

Eslint + Airbnb + Prettier + a few more rules to have better JS linting

  • 0.5.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3.5K
increased by1104.88%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-barecheck

Eslint + Airbnb + Prettier + a few more rules to have better JS linting

This eslint config gives extended list of airbnb + prettier rules that use can use in your Node.js project and stop handling hell of dependencies for eslint plugins.

Installation

  • Install eslint config dependency

with yarn:

yarn add eslint-config-barecheck-base --dev

or npm:

npm install eslint-config-barecheck-base --dev

  • Add .eslintrc.js at the root directory of project
module.exports = {
  extends: ["eslint-config-barecheck-base"],
  rules: {}
};

Developers guide

Publish package

Be sure you logged in

  • npm login

Update package version

  • npm version [<newversion> | major | minor | patch

Publish new npm package version

  • npm publish --access public

Keywords

FAQs

Package last updated on 17 Nov 2021

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