@easy-breezy/plugin-eslint
Version:
Used to format files according to the rules ESLint
43 lines (42 loc) • 1.06 kB
JSON
{
"name": "@easy-breezy/plugin-eslint",
"version": "2.0.45",
"description": "Used to format files according to the rules ESLint",
"keywords": [
"easy-breezy",
"plugin",
"eslint"
],
"homepage": "https://github.com/lamo2k123/easy-breezy",
"bugs": {
"url": "https://github.com/lamo2k123/easy-breezy/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/lamo2k123/easy-breezy"
},
"main": "dist/index.js",
"type": "module",
"types": "dist/types/index.d.ts",
"scripts": {
"start": "npm run build -- -w",
"build": "tsc -P tsconfig.json"
},
"author": {
"name": "Aleksey Novikov",
"email": "lamo2k123@gmail.com",
"url": "https://github.com/lamo2k123"
},
"license": "MIT",
"peerDependencies": {
"eslint": "*"
},
"engines": {
"node": ">=18",
"npm": ">=8"
},
"devDependencies": {
"@types/eslint": "8.44.2",
"eslint": "8.47.0"
}
}