Socket
Book a DemoInstallSign in
Socket

@m6web/i18n-lint

Package Overview
Dependencies
Maintainers
6
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@m6web/i18n-lint - npm Package Compare versions

Comparing version

to
1.1.2

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.1.2](https://github.com/M6Web/i18n-tools/compare/@m6web/i18n-lint@1.1.1...@m6web/i18n-lint@1.1.2) (2021-03-17)
**Note:** Version bump only for package @m6web/i18n-lint
## [1.1.1](https://github.com/M6Web/i18n-tools/compare/@m6web/i18n-lint@1.1.0...@m6web/i18n-lint@1.1.1) (2021-03-09)

@@ -8,0 +16,0 @@

6

package.json
{
"name": "@m6web/i18n-lint",
"version": "1.1.1",
"version": "1.1.2",
"description": "i18n translation files linter",

@@ -24,3 +24,3 @@ "main": "lib/index.js",

"is-html": "1.1.0",
"lodash": "4.17.11"
"lodash": "4.17.19"
},

@@ -38,3 +38,3 @@ "publishConfig": {

},
"gitHead": "492242c3d641ffbb367d1af9eac56910c75d8404"
"gitHead": "d4af2194bd9db341492239d0375e3cf4ab0e5738"
}

@@ -1,6 +0,14 @@

# i18n-lint
# @m6web/i18n-lint
Linter for i18n translation files
[![Continous Integration](https://github.com/M6Web/i18n-tools/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/M6Web/i18n-tools/actions/workflows/continuous-integration.yml)
![npm](https://img.shields.io/npm/v/@m6web/i18n-lint)
![npm bundle size](https://img.shields.io/bundlephobia/minzip/@m6web/i18n-lint)
![npm](https://img.shields.io/npm/dy/@m6web/i18n-lint)
![GitHub last commit](https://img.shields.io/github/last-commit/M6Web/i18n-tools)
![NPM](https://img.shields.io/npm/l/@m6web/i18n-lint)
Linter for i18n translation files used at [Bedrock Streaming](https://www.bedrockstreaming.com/)
## Install
```sh

@@ -13,2 +21,3 @@ yarn add -D i18n-lint

## Config
```json

@@ -20,4 +29,4 @@ {

## Contributing
## Contributing
### Setup

@@ -24,0 +33,0 @@ ```sh