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

@slimio/eslint-config

Package Overview
Dependencies
Maintainers
4
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slimio/eslint-config

Slimio ESLint configuration

  • 5.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
22
decreased by-8.33%
Maintainers
4
Weekly downloads
 
Created
Source

ESLint Configuration

version Maintenance mit size dep Known Vulnerabilities Build Status

SlimIO ESLint configuration

Requirements

  • Node.js v12 or higher

Getting Started

This package is available in the Node Package Repository and can be easily installed with npm or yarn.

$ npm i @slimio/eslint-config -D
# or
$ yarn add @slimio/eslint-config -D

Usage example

Create an .eslintrc file at the root of your project with the following (JSON) content:

{
    "extends": "@slimio/eslint-config"
}

Edit the file as you want by adding custom rules if required !

Why ?

rule namevaluewhy we choose this configuration
indent4We are considering indent 2 not enougth for code visibility/readability
semialwaysWe are following the official TC39 ASI recommandation

Dependencies

NameRefactoringSecurity RiskUsage
@iarna/tomlMinorLowTBC
babel-eslintMinorHighTBC
eslintMinorHighTBC
eslint-plugin-jsdocMinorHighTBC

License

MIT

Keywords

FAQs

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