UNPKG

@putout/plugin-convert-assignment-to-arrow-function

Version:
56 lines (55 loc) 1.49 kB
{ "name": "@putout/plugin-convert-assignment-to-arrow-function", "version": "1.2.2", "type": "commonjs", "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", "description": "🐊Putout plugin adds ability convert assignment to arrow function", "homepage": "https://github.com/coderaiser/putout/tree/v38.5.7/packages/plugin-convert-assignment-to-arrow-function#readme", "main": "lib/convert-assignment-to-arrow-function.js", "release": false, "tag": false, "changelog": false, "repository": { "type": "git", "url": "git+https://github.com/coderaiser/putout.git" }, "scripts": { "test": "madrun test", "watch:test": "madrun watch:test", "lint": "madrun lint", "fresh:lint": "madrun fresh:lint", "lint:fresh": "madrun lint:fresh", "fix:lint": "madrun fix:lint", "coverage": "madrun coverage", "report": "madrun report" }, "dependencies": {}, "keywords": [ "putout", "putout-plugin", "putout-plugin-convert", "plugin", "convert", "assignment", "arrow-function" ], "devDependencies": { "@putout/eslint-flat": "^3.0.0", "@putout/test": "^13.0.0", "c8": "^10.0.0", "eslint": "^9.0.0", "eslint-plugin-n": "^17.0.0", "eslint-plugin-putout": "^26.0.0", "madrun": "^11.0.0" }, "peerDependencies": { "putout": ">=15" }, "license": "MIT", "engines": { "node": ">=14" }, "publishConfig": { "access": "public" } }