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

eslint-config-strictest-coral

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-strictest-coral

strictest-coral's eslint rules

  • 0.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-strictest-coral

strictest-coral's eslint rules.

Installation

Install this package

npm i -D eslint-config-strictest-coral

Install Peer Dependencies

npm i -D eslint prettier typescript

Usage

Update package json

Add the following section to your package.json:

"eslintConfig": {
    "extends": "strictest-coral"
  },

There is no need to include prettier config file (.prettierrc.js) or eslint config file (.eslintrc.js) files in your project.

Rule Packages

  1. eslint-plugin-unicorn - for file naming, consistency, optimization and bug detection.
  2. eslint-plugin-sonarjs - for bug and code smell detection
  3. eslint-config-prettier - this plugin disables rules that conflict with prettier
  4. eslint-plugin-import - prevents issues with import statements
  5. eslint-plugin-prettier - runs prettier as eslint rules - if we have issues we might need to use prettier-eslint.
  6. @typescript-eslint/eslint-plugin - typescript rules.

Reasoning

The rules added in this config are meant do achieve the following:

  1. Enforce and define code-standard.
  2. Prevent bugs
  3. Prevent code-smells
  4. Optimize our code - unless it conflicts with cleaner code.

Keywords

FAQs

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