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

@cspell/dict-typescript

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-typescript

TypeScript and JavaScript dictionary for cspell.

  • 3.1.11
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
692K
decreased by-16.86%
Maintainers
0
Weekly downloads
 
Created

What is @cspell/dict-typescript?

@cspell/dict-typescript is a dictionary extension for the CSpell spell checker that provides TypeScript-specific terms and keywords. It helps developers ensure that their TypeScript code is free from spelling errors by recognizing TypeScript-specific terminology.

What are @cspell/dict-typescript's main functionalities?

TypeScript-specific dictionary

This feature allows you to include TypeScript-specific terms in your CSpell configuration, ensuring that TypeScript keywords and common terms are not flagged as spelling errors.

{
  "dictionaries": ["typescript"]
}

Integration with CSpell

This feature demonstrates how to integrate the TypeScript dictionary with the CSpell spell checker, including setting the language and ignoring certain paths.

{
  "language": "en",
  "dictionaries": ["typescript"],
  "ignorePaths": ["node_modules/**"]
}

Other packages similar to @cspell/dict-typescript

Keywords

FAQs

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