🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
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
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