Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aisevim committed Apr 16, 2024
1 parent b29131b commit 33390d8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
30 changes: 15 additions & 15 deletions src/configs/index.js
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
export * from './comments.js'
export * from './cypress.js'
export * from './ignore.js'
export * from './imports.js'
export * from './javascript.js'
export * from './promise.js'
export * from './jsdoc.js'
export * from './jsonc.js'
export * from './markdown.js'
export * from './node.js'
export * from './stylistic.js'
export * from './perfectionist.js'
export * from './unicorn.js'
export * from './jsonc.js'
export * from './vitest.js'
export * from './yaml.js'
export * from './jsdoc.js'
export * from './vue.js'
export * from './comments.js'
export * from './imports.js'
export * from './typescript.js'
export * from './specific.js'
export * from './promise.js'
export * from './security.js'
export * from './markdown.js'
export * from './specific.js'
export * from './storybook.js'
export * from './vue-a11y.js'
export * from './cypress.js'
export * from './strict-format.js'
export * from './stylistic.js'
export * from './typescript.js'
export * from './unicorn.js'
export * from './vitest.js'
export * from './vue-a11y.js'
export * from './vue.js'
export * from './yaml.js'
5 changes: 2 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export { default } from './factory.js'

export * from './configs/index.js'
export * from './utils.js'
export { default } from './factory.js'
export * from './globs.js'
export * from './utils.js'

0 comments on commit 33390d8

Please sign in to comment.