diff --git a/packages/base-configs/.commitlintrc.json b/packages/base-configs/.commitlintrc.json index b6a08f7..69b8501 100644 --- a/packages/base-configs/.commitlintrc.json +++ b/packages/base-configs/.commitlintrc.json @@ -1,5 +1,3 @@ { - "extends": [ - "@ivuorinen/commitlint-config" - ] -} \ No newline at end of file + "extends": ["@ivuorinen/commitlint-config"] +} diff --git a/packages/base-configs/.eslintrc.json b/packages/base-configs/.eslintrc.json index 7137add..cc7d003 100644 --- a/packages/base-configs/.eslintrc.json +++ b/packages/base-configs/.eslintrc.json @@ -1,5 +1,3 @@ { - "extends": [ - "@ivuorinen" - ] -} \ No newline at end of file + "extends": ["@ivuorinen"] +} diff --git a/packages/base-configs/.markdownlint.json b/packages/base-configs/.markdownlint.json index 6a281e5..9dda526 100644 --- a/packages/base-configs/.markdownlint.json +++ b/packages/base-configs/.markdownlint.json @@ -1,3 +1,3 @@ { "extends": "@ivuorinen/markdownlint-config" -} \ No newline at end of file +} diff --git a/packages/base-configs/.prettierrc.js b/packages/base-configs/.prettierrc.js index 2b10a3a..90ee27e 100644 --- a/packages/base-configs/.prettierrc.js +++ b/packages/base-configs/.prettierrc.js @@ -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' +} diff --git a/packages/base-configs/.releaserc.json b/packages/base-configs/.releaserc.json index cb82cc9..fb3d9e0 100644 --- a/packages/base-configs/.releaserc.json +++ b/packages/base-configs/.releaserc.json @@ -1,5 +1,3 @@ { - "extends": [ - "@ivuorinen/semantic-release-config" - ] -} \ No newline at end of file + "extends": ["@ivuorinen/semantic-release-config"] +} diff --git a/packages/base-configs/README.md b/packages/base-configs/README.md index f0fff58..a327416 100644 --- a/packages/base-configs/README.md +++ b/packages/base-configs/README.md @@ -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