eslint-plugin-no-jp
Version:
Make sure nothing is written in Japanese
47 lines (46 loc) • 1.26 kB
JSON
{
"name": "eslint-plugin-no-jp",
"version": "1.0.3",
"description": "Make sure nothing is written in Japanese",
"repository": "K-Sato1995/eslint-plugin-no-jp",
"type": "commonjs",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin"
],
"author": "K-Sato1995",
"main": "build/index.js",
"scripts": {
"lint": "eslint . --fix",
"test": "./node_modules/.bin/jest --config ./jest.config.js --collect-coverage",
"check-types": "tsc --noemit",
"build": "tsc lib/index.ts --outDir build"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/node": "^7.16.8",
"@babel/preset-env": "^7.16.11",
"@types/eslint": "^8.4.1",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@typescript-eslint/utils": "^5.12.1",
"babel-eslint": "^10.1.0",
"babel-register": "^6.26.0",
"eslint": "^8.0.1",
"eslint-plugin-eslint-plugin": "^4.0.1",
"eslint-plugin-node": "^11.1.0",
"jest": "^27.5.1",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
},
"engines": {
"node": "12.x || 14.x || >= 16"
},
"peerDependencies": {
"eslint": ">=6"
},
"license": "MIT"
}