mirror of
https://github.com/ivuorinen/base-configs-eslint.git
synced 2026-02-23 11:51:17 +00:00
chore: add publish workflow and developer tooling configurations (#73)
* feat(ci): new release flow, linting * chore: upgrade yarn, regenerate yarn.lock * feat: upgrade packages, publish workflow, lint * chore(lint): prettier default config * chore: remove gitHead from package.json * chore: upgrade workflows * chore: clean packages
This commit is contained in:
26
package.json
26
package.json
@@ -48,20 +48,24 @@
|
||||
"url": "git+https://github.com/ivuorinen/base-configs-eslint.git"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "node scripts/postinstall.cjs"
|
||||
"postinstall": "node scripts/postinstall.cjs",
|
||||
"semantic-release": "semantic-release --ci"
|
||||
},
|
||||
"dependencies": {
|
||||
"@eslint/js": "^9",
|
||||
"@ivuorinen/config-checker": "^1.1.12",
|
||||
"eslint": "^9.15.0",
|
||||
"@eslint/js": "^9.39.1",
|
||||
"@ivuorinen/config-checker": "^2.1.1",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint-config-eslint": "^13.0.0",
|
||||
"eslint-config-prettier": "^10.0.0",
|
||||
"eslint-plugin-import": "^2",
|
||||
"eslint-plugin-jest": "^29.0.0",
|
||||
"eslint-plugin-n": "^17",
|
||||
"eslint-plugin-promise": "^7",
|
||||
"globals": "^16.0.0",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-import": "^2.32.0",
|
||||
"eslint-plugin-jest": "^29.2.1",
|
||||
"eslint-plugin-n": "^17.23.1",
|
||||
"eslint-plugin-promise": "^7.2.1",
|
||||
"globals": "^16.5.0",
|
||||
"typescript": ">=4.2.0"
|
||||
},
|
||||
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
|
||||
"devDependencies": {
|
||||
"@ivuorinen/semantic-release-config": "*"
|
||||
},
|
||||
"packageManager": "yarn@4.12.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user