Skip to content

Commit

Permalink
chore(config): rename eslint and stylelint config files
Browse files Browse the repository at this point in the history
Signed-off-by: schogges <[email protected]>
  • Loading branch information
schogges committed Jan 8, 2025
1 parent c15de09 commit 1549f3d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions packages/config/src/index.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { createEslintConfig } = require('./eslint.config.cjs')
const { createStylelintConfig } = require('./stylelint.config.cjs')
const { createEslintConfig } = require('./eslint.cjs')
const { createStylelintConfig } = require('./stylelint.cjs')

module.exports = {
eslint: createEslintConfig,
Expand Down
File renamed without changes.

0 comments on commit 1549f3d

Please sign in to comment.