Socket
Socket
Sign inDemoInstall

@cspell/dict-nb-no

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @cspell/dict-nb-no

Norwegian Bokmål dictionary for cspell.


Version published
Weekly downloads
827
increased by1.22%
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

21.0.6 (2023-12-17)

Updates and Bug Fixes

  • Add "datasources" to software-terms dict (#2814) (a2dcbe9)
  • Add some missing terms to Spanish dictionary (#2811) (5eb67c0)
  • Add some npmcli and npm-package-json-lint terms (#2813) (b4b6cd0)
  • Workflow Bot -- Build Dictionaries (#2816) (ef4df30)
  • Workflow Bot -- Build Dictionaries (#2817) (ac1ca17)

Readme

Source

Cspell Norwegian Bokmål Dictionary

Norwegian Bokmål dictionary for cspell.

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

Installation

Global Install and add to cspell global settings.

npm install -g @cspell/dict-nb-no
cspell link add @cspell/dict-nb-no

Uninstall from cspell

cspell link remove @cspell/dict-nb-no

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-nb-no

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

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

Dictionary Development

See: How to Create a New Dictionary

License

GPL-3.0

Some packages may have other licenses included.

Keywords

FAQs

Last updated on 17 Dec 2022

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