mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-02-14 21:48:06 +00:00
chore(base-configs): lint files
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
{
|
{
|
||||||
"extends": [
|
"extends": ["@ivuorinen/commitlint-config"]
|
||||||
"@ivuorinen/commitlint-config"
|
}
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
{
|
{
|
||||||
"extends": [
|
"extends": ["@ivuorinen"]
|
||||||
"@ivuorinen"
|
}
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"extends": "@ivuorinen/markdownlint-config"
|
"extends": "@ivuorinen/markdownlint-config"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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'
|
||||||
};
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
{
|
{
|
||||||
"extends": [
|
"extends": ["@ivuorinen/semantic-release-config"]
|
||||||
"@ivuorinen/semantic-release-config"
|
}
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user