chore(base-configs): lint files

This commit is contained in:
Ismo Vuorinen
2023-10-30 13:48:10 +02:00
parent 88dbe395d1
commit 3a0a571fab
6 changed files with 13 additions and 21 deletions

View File

@@ -1,5 +1,3 @@
{ {
"extends": [ "extends": ["@ivuorinen/commitlint-config"]
"@ivuorinen/commitlint-config" }
]
}

View File

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

View File

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

View File

@@ -1,9 +1,7 @@
const config = require('@ivuorinen/prettier-config') const config = require('@ivuorinen/prettier-config/index.js')
module.exports = { module.exports = {
...config, ...config,
editorconfig: true,
printWidth: 80, printWidth: 80,
proseWrap: "always" proseWrap: 'always'
}; }

View File

@@ -1,5 +1,3 @@
{ {
"extends": [ "extends": ["@ivuorinen/semantic-release-config"]
"@ivuorinen/semantic-release-config" }
]
}

View File

@@ -4,9 +4,9 @@ This is a meta package for all my base configs.
You can find all the individual configs in the `packages` folder. You can find all the individual configs in the `packages` folder.
The main reason for this package is to make it easier to use these The main reason for this package is to make it easier to use these configs in
configs in other projects, and to update them all at once. other projects, and to update them all at once. No more pull requests to update
No more pull requests to update all the configs one at a time! all the configs one at a time!
## Installation ## Installation