Skip to content

Commit

Permalink
refactor(*): update import paths for each configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
kubosho committed Nov 5, 2024
1 parent 01b10f5 commit 2b72ccd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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
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 2b72ccd

Please sign in to comment.