Skip to content

Commit 9513d2e

Browse files
DetachHeadota-meshi
authored andcommitted
esport all config in index.ts
1 parent 6cf7977 commit 9513d2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ import { rules as ruleList } from "./utils/rules"
33
import base from "./configs/base"
44
import recommended from "./configs/recommended"
55
import prettier from "./configs/prettier"
6+
import all from "./configs/all"
67
import * as processor from "./processor"
78

89
const configs = {
910
base,
1011
recommended,
1112
prettier,
13+
all,
1214
}
1315

1416
const rules = ruleList.reduce((obj, r) => {

0 commit comments

Comments
 (0)