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

@sensebox/eslint-config-sensebox

Package Overview
Dependencies
Maintainers
5
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sensebox/eslint-config-sensebox

Use this package for consistent linting and formatting throughout all senseBox projects.

  • 1.1.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

@sensebox/eslint-config-senseBox

Use this package for consistent linting and formatting throughout all senseBox projects.

Usage

Install the following packages:

Yarn

yarn add --tilde --dev @sensebox/eslint-config-sensebox eslint@8.6.0

NPM

npm install --save-dev @sensebox/eslint-config-sensebox eslint@8.6.0

Add a .eslintrc.js to your project where you specify this package in the extends key

module.exports = {
  extends: ['@sensebox/eslint-config-sensebox']
};

Add a lint script to your package.json

{
  ...
  "scripts": {
    ...
    "lint": "eslint --fix \"{src,test,.scripts,whatever}/**/*.js\""
  }
}

Run yarn lint or npm run lint

FAQs

Package last updated on 07 Sep 2023

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