UNPKG

@putout/eslint

Version:

Wrapper that simplifies ESLint API and makes it compatible with 🐊Putout

62 lines (61 loc) 1.55 kB
{ "name": "@putout/eslint", "version": "6.0.0", "type": "module", "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", "description": "Wrapper that simplifies ESLint API and makes it compatible with 🐊Putout", "homepage": "https://github.com/coderaiser/putout/tree/master/packages/eslint#readme", "main": "./lib/eslint.js", "release": false, "tag": false, "changelog": false, "exports": { ".": "./lib/eslint.js", "./create-plugin": "./lib/create-plugin/index.js", "./lint": "./lib/lint/index.js" }, "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": { "once": "^1.4.0", "try-to-catch": "^4.0.0" }, "keywords": [ "putout", "eslint" ], "devDependencies": { "@putout/plugin-eslint-plugin": "*", "eslint": "^10.0.0", "eslint-plugin-n": "^17.0.0", "eslint-plugin-putout": "^31.0.0", "madrun": "^13.0.0", "montag": "^1.0.0", "nodemon": "^3.0.1", "putout": "*", "superc8": "^12.0.0", "supertape": "^12.0.0" }, "peerDependencies": { "eslint": ">=10" }, "license": "MIT", "engines": { "node": ">=22" }, "publishConfig": { "access": "public" } }