Socket
Socket
Sign inDemoInstall

@logojoy/lint

Package Overview
Dependencies
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logojoy/lint

## Usage


Version published
Maintainers
2
Created
Source

@logojoy/lint

Usage

For all JS environments

npm i --save-dev eslint @logojoy/eslint-config

In your local .eslintrc

{
  "extends": ["@logojoy"]
}

For React environments

npm i --save-dev eslint babel-eslint @logojoy/eslint-config @logojoy/eslint-config-react

In your local .eslintrc

{
  "extends": ["@logojoy", "@logojoy/react"]
}

For mocha environments

npm i --save-dev eslint @logojoy/eslint-config @logojoy/eslint-config-mocha

In your local .eslintrc

{
  "extends": ["@logojoy", "@logojoy/mocha"]
}

Developing

  • Once you download the repo to your machine, run npm install in the root folder, then run npm run bootstrap to install the dependencies for each package.

  • When adding a new package to the packages folder, you will need to add eslint as a devDependency in order to run the tests successfully. You should also ensure that the new package's package.json has the following configuration added in order to be published as a public package:

"publishConfig": {
    "access": "public"
}

Publishing to npm

  • Once your pull request has been approved and merged into the master branch, run npm run publish and select whether it will be a major, minor, or patch update.

FAQs

Package last updated on 15 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