38 lines
922 B
JSON
38 lines
922 B
JSON
{
|
|
"name": "@walidoux/eslint-config",
|
|
"version": "1.0.7",
|
|
"description": "Walidoux's ESlint Config",
|
|
"author": "Walidoux",
|
|
"files": [
|
|
".eslintrc.json",
|
|
"tsconfig.json"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.theoludwig.fr/Walidoux/eslint-config"
|
|
},
|
|
"homepage": "https://git.theoludwig.fr/Walidoux/eslint-config#readme",
|
|
"keywords": [
|
|
"eslint",
|
|
"conventions",
|
|
"config"
|
|
],
|
|
"dependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^6.2.0",
|
|
"@typescript-eslint/parser": "^6.2.0",
|
|
"eslint": "^8.46.0",
|
|
"eslint-config-conventions": "^11.0.1",
|
|
"eslint-config-prettier": "^8.9.0",
|
|
"eslint-plugin-import": "2.28.0",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-unicorn": "^48.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|