1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-09-11 23:09:27 +02:00

build(deps): update latest

This commit is contained in:
Divlo
2023-01-10 13:27:35 +01:00
parent fcc107bdec
commit e24964a60a
7 changed files with 1160 additions and 9800 deletions

View File

@@ -35,7 +35,7 @@
"lint:commit": "commitlint",
"lint:editorconfig": "editorconfig-checker",
"lint:markdown": "markdownlint-cli2",
"lint:javascript": "eslint \"**/*.{js,jsx,ts,tsx}\" -c \"eslintrc.json\"",
"lint:eslint": "eslint \"**/*.{js,jsx,ts,tsx}\" -c \"eslintrc.json\"",
"lint:prettier": "prettier \".\" --check --ignore-path \".gitignore\"",
"lint:staged": "lint-staged",
"test": "tap",
@@ -51,24 +51,26 @@
"eslint-plugin-unicorn": "^45.0.0"
},
"devDependencies": {
"@commitlint/cli": "17.2.0",
"@commitlint/config-conventional": "17.2.0",
"@commitlint/cli": "17.4.1",
"@commitlint/config-conventional": "17.4.0",
"@tsconfig/strictest": "1.0.2",
"@types/eslint": "8.4.10",
"@types/tap": "15.0.7",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "5.48.1",
"editorconfig-checker": "4.0.2",
"eslint": "8.28.0",
"eslint": "8.31.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-unicorn": "45.0.0",
"husky": "8.0.2",
"lint-staged": "13.0.3",
"markdownlint-cli2": "0.5.1",
"eslint-plugin-unicorn": "45.0.2",
"husky": "8.0.3",
"lint-staged": "13.1.0",
"markdownlint-cli2": "0.6.0",
"markdownlint-rule-relative-links": "1.1.1",
"pinst": "3.0.0",
"prettier": "2.7.1",
"semantic-release": "19.0.5",
"tap": "16.3.2",
"typescript": "4.9.3"
"prettier": "2.8.2",
"semantic-release": "20.0.2",
"tap": "16.3.3",
"typescript": "4.9.4"
}
}