Skip to content

Commit

Permalink
Merge pull request #1892 from kubosho/update-kubosho-configs
Browse files Browse the repository at this point in the history
Update `@kubosho/configs` to v4
  • Loading branch information
kubosho authored Nov 5, 2024
2 parents 97cc63a + 2b72ccd commit 7d1cdc0
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import config from '@kubosho/configs/eslint/index.mjs';
import config from '@kubosho/configs/eslint';
import eslintPluginAstro from 'eslint-plugin-astro';

export default [
Expand Down
2 changes: 1 addition & 1 deletion markuplint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import config from '@kubosho/configs/markuplint/index.mjs';
import config from '@kubosho/configs/markuplint';

export default {
...config,
Expand Down
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@astrojs/node": "^8.3.4",
"@kubosho/configs": "^3.18.10",
"@kubosho/configs": "^4.0.0",
"@markuplint/astro-parser": "^4.6.12",
"@playwright/test": "^1.48.2",
"@types/escape-html": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion prettier.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import config from '@kubosho/configs/prettier/index.js';
import config from '@kubosho/configs/prettier';

export default {
...config,
Expand Down
2 changes: 1 addition & 1 deletion release.config.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import config from '@kubosho/configs/semantic_release/index.mjs';
import config from '@kubosho/configs/semantic_release';

export default config;
2 changes: 1 addition & 1 deletion stylelint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import config from '@kubosho/configs/stylelint/index.mjs';
import config from '@kubosho/configs/stylelint';

export default {
...config,
Expand Down

0 comments on commit 7d1cdc0

Please sign in to comment.