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

@remark/cardinal

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remark/cardinal

> **car·di·nal** /ˈkärd(ə)nl/ > > _adjective_ > > 1. of the greatest importance; fundamental.

  • 1.3.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Cardinal 🐦

car·di·nal /ˈkärd(ə)nl/

adjective

  1. of the greatest importance; fundamental.

Usage

First you need to install Cardinal:

npm i -D @remark/cardinal

Once that finishes, you can configure your desired scripts:

{
  "scripts": {
+    "format": "remark-cardinal format"
  }
}

Scripts

build

build builds your code.

Currently only supports TypeScript (via the --typescript flag).

Options

format

format formats your code using Prettier.

lint

lint lints your code using ESLint.

Options
  • --config <path> - Specify a custom Prettier configuration file.
  • --ignore-path <path> - Path to a file containing patterns that describe files to ignore. By default, Cardinal respects the project's .gitignore.
  • --no-write - Disables Prettier's --write option.

FAQs

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