Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@daldalso/eslint-plugin

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daldalso/eslint-plugin

ESLint plugin for [Daldalso](https://daldal.so)-style programming.

  • 1.2.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

@daldalso/eslint-plugin

ESLint plugin for Daldalso-style programming.

Getting Started

  1. yarn add @daldalso/eslint-plugin
  2. Add the plugin to your ESLint 9 configuration file like below:
    import daldalsoPlugin from "@daldalso/eslint-plugin";
    
    export default [
      daldalsoPlugin.configs.all
    ];
    

Caveats

  • This plugin is just for describing the code conventions of Daldalso. I have no intention of arguing that it is better than any other conventions.
  • For originality, you had better remove the following plugins from your configuration file.
    • @typescript-eslint/eslint-plugin
    • eslint-plugin-import
    • eslint-plugin-react
    • eslint-plugin-react-hooks
    • eslint-plugin-unicorn

FAQs

Package last updated on 14 Aug 2024

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