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

eslint-config-totd

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-totd

Repository containing the tools for code formatting and code quality agreed within the TOTD team.

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Eslint-config-TOTD

Repository containing the tools for code formatting and code quality agreed within the TOTD team.

It includes:

  • ESLint configuration file for apps written in JavaScript that use either React or Next
  • Prettier configuration file that voids the conflicting ESLint rules

How to

To make use of the ESLint configuration we should just extend it from our own eslintrc.json file as follows:

{
  "extends": [
    "eslint-config-totd"
  ],
  "rules": {
    // ... Re-declare any specific rules for the project
  }
}

// TODO: Add husky pre-commit

FAQs

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