Socket
Socket
Sign inDemoInstall

@cspell/dict-dart

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @cspell/dict-dart

Dart dictionary for cspell.


Version published
Maintainers
1
Install size
4.67 kB
Created

Changelog

Source

12.0.4 (2023-04-28)

Miscellaneous

  • Add some new Python source files (#2143) (e17df49)

Continuous Integration

  • Workflow Bot -- Update ALL Dependencies (main) (#2134) (015cd78)

Updates and Bug Fixes

  • Add benchmarker to software-terms.txt (#2145) (dec6894)
  • Add AI terms to software terms (#2142) (4224fef)
  • Add some common tools (5d5f0ad)
  • Update data_science.txt (#2147) (2f3975d)
  • Workflow Bot -- Build Dictionaries (#2148) (e357f29)

Readme

Source

CSpell dart Dictionary

Dart dictionary for cspell.

This is a pre-built dictionary for use with cspell.

Requirements

ToolVersion
cspell>= 6
Code Spell Checker - Visual Studio Code>= 2

Installation

Global Install and add to cspell global settings.

npm install -g @cspell/dict-dart
cspell link add @cspell/dict-dart

Uninstall from cspell

cspell link remove @cspell/dict-dart

Manual Installation

Manual installation is useful if you want to include this dictionary as part of your CI/CD lint process.

npm i @cspell/dict-dart

The cspell-ext.json file in this package should be added to the import section in your cspell.json file.

{
    // …
    "import": ["@cspell/dict-dart/cspell-ext.json"],
    // …
}

Dictionary Development

See: How to Create a New Dictionary

License

MIT

Some packages may have other licenses included.

Keywords

FAQs

Last updated on 19 Jul 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc