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

naive-ts-code-quality-check

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

naive-ts-code-quality-check

naive typescript code quality checker

  • 0.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Naive Typescript Code Quality Checker

Checks ts and tsx fils

> npx naive-ts-code-quality-check -p project/folder/src
> naive-ts-code-check -p project/folder/src

---------- Result ------------

  @ts-ignore errors : 9
              files : 4
         any errors : 10
              files : 4
      as Any errors : 0
              files : 0
       or undefined : 0
              files : 0
          All Files : 4

------------------------------

Dev

install this package global yarn global add "file:$PWD" https://stackoverflow.com/questions/70566220/how-to-use-yarn-to-install-a-local-package-globally


# dev
nodemon src/index.ts

# check cli
yarn build && node ./lib/index.js -p src/test
yarn build && node ./lib/index.js -p src/test --details

# profile
yarn build && DEBUG="*"  node lib/index.js

Keywords

FAQs

Package last updated on 04 May 2022

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