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