2022-08-26 18:31:31 +02:00
|
|
|
{
|
|
|
|
"name": "@walidoux/eslint-config",
|
2023-07-26 21:56:40 +02:00
|
|
|
"version": "1.0.4",
|
2022-08-26 18:31:31 +02:00
|
|
|
"description": "Walidoux's Eslint config.",
|
2023-07-26 21:49:14 +02:00
|
|
|
"author": "Walidoux",
|
2022-08-26 18:31:31 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/walidoux/eslint-config"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/walidoux/eslint-config/#readme",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Walidoux/eslint-config/issues"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"eslint",
|
|
|
|
"conventions",
|
|
|
|
"config"
|
|
|
|
],
|
|
|
|
"files": [
|
|
|
|
"index.js"
|
|
|
|
],
|
|
|
|
"main": "index.js",
|
|
|
|
"prettier": "@walidoux/prettier-config",
|
|
|
|
"scripts": {
|
|
|
|
"lint:eslint": "eslint '**/*.js' --fix",
|
|
|
|
"lint:prettier": "prettier '**/*.{js,json,md,yml}' --ignore-path .eslintignore --write --loglevel silent",
|
2023-07-26 21:49:14 +02:00
|
|
|
"release": "npm publish"
|
2022-08-26 18:31:31 +02:00
|
|
|
},
|
2022-08-27 22:53:11 +02:00
|
|
|
"dependencies": {
|
2023-07-26 21:49:14 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.2.0",
|
|
|
|
"@typescript-eslint/parser": "^6.2.0",
|
|
|
|
"eslint-config-conventions": "^11.0.1",
|
|
|
|
"eslint-config-prettier": "^8.8.0",
|
|
|
|
"eslint-import-resolver-typescript": "^3.5.5",
|
2023-02-17 12:01:07 +01:00
|
|
|
"eslint-plugin-import": "^2.27.5",
|
2023-07-26 21:49:14 +02:00
|
|
|
"eslint-plugin-prettier": "^5.0.0",
|
2022-12-29 01:27:18 +01:00
|
|
|
"eslint-plugin-promise": "^6.1.1",
|
2023-07-26 21:49:14 +02:00
|
|
|
"eslint-plugin-unicorn": "^48.0.1"
|
2022-08-27 22:53:11 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-07-26 21:49:14 +02:00
|
|
|
"@walidoux/prettier-config": "^1.0.4",
|
|
|
|
"eslint": "^8.45.0",
|
|
|
|
"prettier": "^2.8.8",
|
|
|
|
"typescript": "^5.1.6"
|
2022-08-26 18:31:31 +02:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2023-07-26 21:49:14 +02:00
|
|
|
"eslint": ">=8.45.0",
|
|
|
|
"prettier": ">=2.8.8"
|
2022-08-26 18:31:31 +02:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
}
|
|
|
|
}
|