mirror of
https://github.com/garraflavatra/yeslint.git
synced 2024-11-21 15:38:57 +01:00
56 lines
1.2 KiB
JSON
56 lines
1.2 KiB
JSON
{
|
|
"name": "@garraflavatra/yeslint",
|
|
"version": "1.1.0",
|
|
"description": "Sensible configuration for your ESLint installation",
|
|
"main": "index.js",
|
|
"author": "Romein van Buren <romein@vburen.nl>",
|
|
"homepage": "https://github.com/garraflavatra/yeslint#readme",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/garraflavatra/yeslint.git"
|
|
},
|
|
"keywords": [
|
|
"lint",
|
|
"linting",
|
|
"linter",
|
|
"ESLint"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/garraflavatra/yeslint/issues"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"configs"
|
|
],
|
|
"dependencies": {
|
|
"eslint-plugin-import": "^2.27.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^6.2.0",
|
|
"@typescript-eslint/parser": "^6.2.1",
|
|
"eslint": "^7.9.0 || ^8.0.0",
|
|
"eslint-plugin-svelte": "^2.32.4",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@typescript-eslint/parser": {
|
|
"optional": true
|
|
},
|
|
"@typescript-eslint/eslint-plugin": {
|
|
"optional": true
|
|
},
|
|
"eslint-plugin-svelte": {
|
|
"optional": true
|
|
},
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-svelte": "^2.32.4",
|
|
"svelte": "^4.1.1"
|
|
}
|
|
}
|