@putout/eslint-flat
Version:
Helps dial with ESLint Flat Configs
56 lines (55 loc) • 1.37 kB
JSON
{
"name": "@putout/eslint-flat",
"version": "3.0.1",
"type": "commonjs",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "Helps dial with ESLint Flat Configs",
"homepage": "https://github.com/coderaiser/putout/tree/master/packages/eslint-flat#readme",
"main": "lib/flat.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": {
"@eslint/config-helpers": "^0.3.0",
"@eslint/eslintrc": "^3.0.2",
"try-catch": "^3.0.0",
"try-to-catch": "^3.0.0"
},
"keywords": [
"putout",
"eslint",
"lint",
"flat-config"
],
"devDependencies": {
"c8": "^10.0.0",
"eslint": "^9.0.0",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-putout": "^27.0.0",
"madrun": "^11.0.0",
"nodemon": "^3.0.1",
"putout": "*",
"supertape": "^11.0.3"
},
"license": "MIT",
"engines": {
"node": ">=20"
},
"publishConfig": {
"access": "public"
}
}