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

gulp-i18n-lint2

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-i18n-lint2

Validate i18n keys and it's attributes

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Gulp-I18N-Lint2

NPM version

A simple lint job for I18N files extracted by gulp-i18n-extract.

Installation

Install gulp-i18n-lint2 using npm into your local repository.

npm install gulp-i18n-lint2 --save-dev

Usage

Setup a gulp task for i18n-lint.

const gulp = require('gulp');
const validator = require('gulp-i18n-lint2');

gulp.task('i18n-lint', function() {
  return gulp.src('./locale/i18n.json')
        .pipe(validator("<Your Module Name>"));
});

License

Apache 2.0

FAQs

Package last updated on 16 Jul 2018

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