New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bytpher/tslint-ns-angular

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bytpher/tslint-ns-angular

Recommended tslint configuration for NativeScript Angular applications.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-40%
Maintainers
1
Weekly downloads
 
Created
Source

TSLint NativeScript Angular

Recommended tslint configuration for NativeScript Angular applications.

Requirements

This package works with prettier for an quick and easy code format

npm i -D prettier prettier-tslint pretty-quick

Packages:

  • prettier: Prettier is an opinionated code formatter
  • prettier-tslint: Formats your TypeScript using prettier followed by `tslint --fix``
  • pretty-quick: Runs Prettier on your changed files.

Installation

npm i -D @bytpher/tslint-ns-angular

Usage

{
  "extends": ["@bytpher/tslint-ns-angular"]
}

Pre-Commit Hook

You can use husky to configure a pre-commit hook to run pretty-quick

npm i -D husky

Create a .huskyrc.json in the root of yor project and add the following configuration

{
  "hooks": {
    "pre-commit": "pretty-quick --staged"
  }
}

This configuration will run pretty-quick before each commit and formatting the staged files allowing us a seamless code format between all developers working in the project

Keywords

FAQs

Package last updated on 31 Mar 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

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