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

eslint-plugin-moka

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-moka - npm Package Compare versions

Comparing version

to
0.0.2

lib/rules/lingui-mark.js

11

CHANGELOG.md

@@ -5,2 +5,10 @@ Changelog

## 0.0.2
- Add rule "lingui-mark"
## 0.0.1
- Add rule "no-jsx-spread-attribute"
## 0.0.0

@@ -10,4 +18,1 @@

- Add rule "promise-return"
## 0.0.1
- Add rule "no-jsx-spread-attribute"
{
"name": "eslint-plugin-moka",
"version": "0.0.1",
"version": "0.0.2",
"description": "Eslint Plugin of Moka",

@@ -5,0 +5,0 @@ "keywords": [

@@ -61,1 +61,7 @@ # eslint-plugin-moka

```
* lingui-mark - Non-i18n string detector
```js
const message = '你好世界' // Non-i18n string is detected
```