Skip to content

Commit

Permalink
[misc] replace @2bad/eslint-config with @2bad/axiom
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhyde committed Sep 2, 2024
1 parent a7fb2d7 commit e0adb9e
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 104 deletions.
5 changes: 2 additions & 3 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import * as tb from '@2bad/eslint-config'
import * as plugins from '@2bad/eslint-config/plugins'
import { axiom } from '@2bad/axiom'

export default [tb.setup(import.meta.dirname), tb.configs.strict, ...Object.values(plugins)].flat()
export default axiom(import.meta.dirname)
Loading

0 comments on commit e0adb9e

Please sign in to comment.