File tree Expand file tree Collapse file tree 4 files changed +14
-15
lines changed Expand file tree Collapse file tree 4 files changed +14
-15
lines changed Original file line number Diff line number Diff line change
1
+ export { default as nest } from './nest.mjs'
2
+ export { default as next } from './next.mjs'
3
+ export { default as nextJs } from './next-js.mjs'
4
+ export { default as normal } from './normal.mjs'
5
+ export { default as tailwind } from './umi.mjs'
Original file line number Diff line number Diff line change
1
+ import typescriptStrict from '../typescript-strict.mjs'
2
+ import normal from './normal.mjs'
3
+
4
+ export default [
5
+ ...normal ,
6
+ ...typescriptStrict ,
7
+ ]
Original file line number Diff line number Diff line change 1
- import next from 'prefer-code-style/eslint/next'
2
- import tailwind from 'prefer-code-style/eslint/tailwindcss'
3
-
1
+ import tailwind from '../tailwindcss.mjs'
2
+ import next from './next.mjs'
4
3
import normal from './normal.mjs'
5
4
6
5
export default [
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments