Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

svelte-check

Package Overview
Dependencies
Maintainers
1
Versions
277
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-check

Svelte Code Checker Terminal Interface

Source
npmnpm
Version
0.1.3
Version published
Weekly downloads
667K
-1.36%
Maintainers
1
Weekly downloads
 
Created
Source

Check your code with svelte-check

Provides diagnostics for things such as

  • unused css
  • Svelte A11y hints
  • JavaScript/TypeScript diagnostics

Usage:

Global

Installation:

npm i svelte-check -g

Usage:

  • Go to folder where to start checking
  • svelte-check

Local / in your project

Installation:

npm i svelte-check --save-dev

Package.json:

{
    // ...
    "scripts": {
        "svelte-check": "svelte-check"
        // ...
    },
    // ...
    "devDependencies": {
        "svelte-check": "..."
        // ...
    }
}

Usage:

npm run svelte-check

Args:

--workspace <path to your workspace, where checking starts>

FAQs

Package last updated on 28 May 2020

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