mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-02-13 02:47:28 +00:00
chore: update packages, and .gitignore
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
5
packages/eslint-config/.eslintrc.json
Normal file
5
packages/eslint-config/.eslintrc.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"extends": [
|
||||
"@ivuorinen"
|
||||
]
|
||||
}
|
||||
3
packages/markdownlint-config/.markdownlint.json
Normal file
3
packages/markdownlint-config/.markdownlint.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"extends": "@ivuorinen/markdownlint-config"
|
||||
}
|
||||
1
packages/prettier-config/.prettierrc.json
Normal file
1
packages/prettier-config/.prettierrc.json
Normal file
@@ -0,0 +1 @@
|
||||
"@ivuorinen/prettier-config"
|
||||
5
packages/stylelint-config/.stylelintrc.json
Normal file
5
packages/stylelint-config/.stylelintrc.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"extends": [
|
||||
"@ivuorinen/stylelint-config/css"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user