eslint-plugin-improve-code
Version:
created in order to add rule: when arrow func one line breaks, convert it to return style
36 lines (35 loc) • 765 B
JSON
{
"name": "eslint-plugin-improve-code",
"version": "0.0.7",
"description": "created in order to add rule: when arrow func one line breaks, convert it to return style",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"arrow-body-style",
"arrow body",
"arrow-body"
],
"author": "Pavel Ravits",
"main": "lib/index.js",
"scripts": {
"lint": "eslint .",
"test": "echo OK"
},
"dependencies": {
"requireindex": "^1.2.0"
},
"devDependencies": {
"eslint": "^8.0.1",
"eslint-plugin-eslint-plugin": "^4.0.1",
"eslint-plugin-node": "^11.1.0",
"mocha": "^9.1.3"
},
"engines": {
"node": "12.x || 14.x || >= 16"
},
"peerDependencies": {
"eslint": ">=6"
},
"license": "ISC"
}