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": [
"@ivuorinen/commitlint-config"
]
}
"extends": ["@ivuorinen/commitlint-config"]
}

View File

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

View File

@@ -1,3 +1,3 @@
{
"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 = {
...config,
editorconfig: true,
printWidth: 80,
proseWrap: "always"
};
proseWrap: 'always'
}

View File

@@ -1,5 +1,3 @@
{
"extends": [
"@ivuorinen/semantic-release-config"
]
}
"extends": ["@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.
The main reason for this package is to make it easier to use these
configs in other projects, and to update them all at once.
No more pull requests to update all the configs one at a time!
The main reason for this package is to make it easier to use these configs in
other projects, and to update them all at once. No more pull requests to update
all the configs one at a time!
## Installation