We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
all
index.ts
1 parent a3774b9 commit 72c16c8Copy full SHA for 72c16c8
src/index.ts
@@ -3,12 +3,14 @@ import { rules as ruleList } from "./utils/rules"
3
import base from "./configs/base"
4
import recommended from "./configs/recommended"
5
import prettier from "./configs/prettier"
6
+import all from "./configs/all"
7
import * as processor from "./processor"
8
9
const configs = {
10
base,
11
recommended,
12
prettier,
13
+ all,
14
}
15
16
const rules = ruleList.reduce((obj, r) => {
0 commit comments