mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-08 17:50:53 +00:00
feat: from individual npm configs to meta pkg
This commit is contained in:
1
.browserslistrc
Normal file
1
.browserslistrc
Normal file
@@ -0,0 +1 @@
|
|||||||
|
extends @ivuorinen/browserslist-config
|
||||||
5
.releaserc.json
Normal file
5
.releaserc.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"extends": [
|
||||||
|
"@ivuorinen/semantic-release-config"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -22,15 +22,12 @@
|
|||||||
"ivuorinen"
|
"ivuorinen"
|
||||||
],
|
],
|
||||||
"author": "Ismo Vuorinen",
|
"author": "Ismo Vuorinen",
|
||||||
"license": "ISC",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/ivuorinen/dotfiles/issues"
|
"url": "https://github.com/ivuorinen/dotfiles/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/ivuorinen/dotfiles#readme",
|
"homepage": "https://github.com/ivuorinen/dotfiles#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ivuorinen/commitlint-config": "^0.2.0",
|
"@ivuorinen/base-configs": "^1.1.0"
|
||||||
"@ivuorinen/eslint-config": "^0.3.0",
|
|
||||||
"@ivuorinen/markdownlint-config": "^0.2.0",
|
|
||||||
"@ivuorinen/prettier-config": "^0.2.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user