chore: update packages, and .gitignore

This commit is contained in:
Ismo Vuorinen
2024-06-14 11:01:18 +03:00
parent 7076b97c97
commit 1bc3b6d57f
7 changed files with 239 additions and 222 deletions

View File

@@ -32,6 +32,7 @@
"@ivuorinen/eslint-config": "^0.4.41",
"@ivuorinen/markdownlint-config": "^0.2.7",
"@ivuorinen/prettier-config": "^0.2.12",
"@ivuorinen/semantic-release-config": "^0.2.22"
"@ivuorinen/semantic-release-config": "^0.2.22",
"eslint-plugin-n": "^17.0.0"
}
}

View File

@@ -0,0 +1,5 @@
{
"extends": [
"@ivuorinen"
]
}

View File

@@ -0,0 +1,3 @@
{
"extends": "@ivuorinen/markdownlint-config"
}

View File

@@ -0,0 +1 @@
"@ivuorinen/prettier-config"

View File

@@ -0,0 +1,5 @@
{
"extends": [
"@ivuorinen/stylelint-config/css"
]
}