File tree 29 files changed +49
-206
lines changed
29 files changed +49
-206
lines changed Original file line number Diff line number Diff line change 76
76
"command" : " eslint src"
77
77
}
78
78
},
79
- "format" : {
80
- "executor" : " nx:run-commands" ,
81
- "options" : {
82
- "command" : " prettier --write {projectRoot}"
83
- },
84
- "metadata" : {
85
- "help" : {
86
- "command" : " yarn prettier --help" ,
87
- "options" : {}
88
- }
89
- },
90
- "configurations" : {
91
- "check" : {
92
- "command" : " prettier --check {projectRoot}"
93
- }
94
- }
95
- },
79
+ "format" : {},
96
80
"verify-packaging" : {
97
81
"dependsOn" : [" build" ],
98
82
"cache" : true
149
133
"targetName" : " lint"
150
134
},
151
135
"include" : [" tools/**/*" , " scripts/**/*" ]
136
+ },
137
+ {
138
+ "plugin" : " ./tools/workspace-plugin/src/plugins/format-plugin.ts" ,
139
+ "options" : {
140
+ "targetName" : " format"
141
+ },
142
+ "include" : [" tools/**/*" , " scripts/**/*" ]
143
+ },
144
+ {
145
+ "plugin" : " ./tools/workspace-plugin/src/plugins/type-check-plugin.ts" ,
146
+ "options" : {
147
+ "targetName" : " type-check"
148
+ },
149
+ "include" : [" tools/**/*" , " scripts/**/*" ]
150
+ },
151
+ {
152
+ "plugin" : " ./tools/workspace-plugin/src/plugins/clean-plugin.ts" ,
153
+ "options" : {
154
+ "targetName" : " clean"
155
+ },
156
+ "include" : [" tools/**/*" , " scripts/**/*" ]
152
157
}
153
158
]
154
159
}
Original file line number Diff line number Diff line change 3
3
"$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
4
4
"sourceRoot" : " scripts/api-extractor" ,
5
5
"projectType" : " library" ,
6
- "tags" : [" tools" ],
7
- "targets" : {
8
- "type-check" : {
9
- "executor" : " @fluentui/workspace-plugin:type-check"
10
- },
11
- "format" : {}
12
- }
6
+ "tags" : [" tools" ]
13
7
}
Original file line number Diff line number Diff line change 3
3
"$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
4
4
"sourceRoot" : " scripts/babel/src" ,
5
5
"projectType" : " library" ,
6
- "tags" : [" tools" ],
7
- "targets" : {
8
- "type-check" : {
9
- "executor" : " @fluentui/workspace-plugin:type-check"
10
- },
11
- "format" : {}
12
- }
6
+ "tags" : [" tools" ]
13
7
}
Original file line number Diff line number Diff line change 3
3
"$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
4
4
"sourceRoot" : " scripts/beachball/src" ,
5
5
"projectType" : " library" ,
6
- "tags" : [" tools" ],
7
- "targets" : {
8
- "type-check" : {
9
- "executor" : " @fluentui/workspace-plugin:type-check"
10
- },
11
- "format" : {}
12
- }
6
+ "tags" : [" tools" ]
13
7
}
Original file line number Diff line number Diff line change 3
3
"$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
4
4
"sourceRoot" : " scripts/cypress/src" ,
5
5
"projectType" : " library" ,
6
- "tags" : [" tools" ],
7
- "targets" : {
8
- "type-check" : {
9
- "executor" : " @fluentui/workspace-plugin:type-check"
10
- },
11
- "format" : {}
12
- }
6
+ "tags" : [" tools" ]
13
7
}
Original file line number Diff line number Diff line change 3
3
"$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
4
4
"sourceRoot" : " scripts/dangerjs/src" ,
5
5
"projectType" : " library" ,
6
- "tags" : [" tools" ],
7
- "targets" : {
8
- "type-check" : {
9
- "executor" : " @fluentui/workspace-plugin:type-check"
10
- },
11
- "format" : {}
12
- }
6
+ "tags" : [" tools" ]
13
7
}
Original file line number Diff line number Diff line change 3
3
"$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
4
4
"sourceRoot" : " scripts/executors/src" ,
5
5
"projectType" : " library" ,
6
- "tags" : [" tools" ],
7
- "targets" : {
8
- "type-check" : {
9
- "executor" : " @fluentui/workspace-plugin:type-check"
10
- },
11
- "format" : {}
12
- }
6
+ "tags" : [" tools" ]
13
7
}
Original file line number Diff line number Diff line change 12
12
" {workspaceRoot}/jest.preset.js" ,
13
13
" {workspaceRoot}/packages/fluentui/*/project.json"
14
14
]
15
- },
16
- "type-check" : {
17
- "executor" : " @fluentui/workspace-plugin:type-check"
18
- },
19
- "format" : {}
15
+ }
20
16
}
21
17
}
Original file line number Diff line number Diff line change 3
3
"$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
4
4
"sourceRoot" : " scripts/generators/src" ,
5
5
"projectType" : " library" ,
6
- "tags" : [" tools" ],
7
- "targets" : {
8
- "type-check" : {
9
- "executor" : " @fluentui/workspace-plugin:type-check"
10
- },
11
- "format" : {}
12
- }
6
+ "tags" : [" tools" ]
13
7
}
Original file line number Diff line number Diff line change 3
3
"$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
4
4
"sourceRoot" : " scripts/github/src" ,
5
5
"projectType" : " library" ,
6
- "tags" : [" tools" ],
7
- "targets" : {
8
- "type-check" : {
9
- "executor" : " @fluentui/workspace-plugin:type-check"
10
- },
11
- "format" : {}
12
- }
6
+ "tags" : [" tools" ]
13
7
}
Original file line number Diff line number Diff line change 3
3
"$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
4
4
"sourceRoot" : " scripts/gulp/src" ,
5
5
"projectType" : " library" ,
6
- "tags" : [" tools" ],
7
- "targets" : {
8
- "type-check" : {
9
- "executor" : " @fluentui/workspace-plugin:type-check"
10
- },
11
- "format" : {}
12
- }
6
+ "tags" : [" tools" ]
13
7
}
Original file line number Diff line number Diff line change 3
3
"$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
4
4
"sourceRoot" : " scripts/jest/src" ,
5
5
"projectType" : " library" ,
6
- "tags" : [" tools" ],
7
- "targets" : {
8
- "type-check" : {
9
- "executor" : " @fluentui/workspace-plugin:type-check"
10
- },
11
- "format" : {}
12
- }
6
+ "tags" : [" tools" ]
13
7
}
Original file line number Diff line number Diff line change 3
3
"$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
4
4
"sourceRoot" : " scripts/lint-staged/src" ,
5
5
"projectType" : " library" ,
6
- "tags" : [" tools" ],
7
- "targets" : {
8
- "type-check" : {
9
- "executor" : " @fluentui/workspace-plugin:type-check"
10
- },
11
- "format" : {}
12
- }
6
+ "tags" : [" tools" ]
13
7
}
Original file line number Diff line number Diff line change 3
3
"$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
4
4
"sourceRoot" : " scripts/monorepo/src" ,
5
5
"projectType" : " library" ,
6
- "tags" : [" tools" ],
7
- "targets" : {
8
- "type-check" : {
9
- "executor" : " @fluentui/workspace-plugin:type-check"
10
- },
11
- "format" : {}
12
- }
6
+ "tags" : [" tools" ]
13
7
}
Original file line number Diff line number Diff line change 3
3
"$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
4
4
"sourceRoot" : " scripts/package-manager/src" ,
5
5
"projectType" : " library" ,
6
- "tags" : [" tools" ],
7
- "targets" : {
8
- "type-check" : {
9
- "executor" : " @fluentui/workspace-plugin:type-check"
10
- },
11
- "format" : {}
12
- }
6
+ "tags" : [" tools" ]
13
7
}
Original file line number Diff line number Diff line change 3
3
"$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
4
4
"sourceRoot" : " scripts/perf-test-flamegrill/src" ,
5
5
"projectType" : " library" ,
6
- "tags" : [" tools" , " platform:any" ],
7
- "targets" : {
8
- "type-check" : {
9
- "executor" : " @fluentui/workspace-plugin:type-check"
10
- },
11
- "format" : {}
12
- }
6
+ "tags" : [" tools" , " platform:any" ]
13
7
}
Original file line number Diff line number Diff line change 3
3
"$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
4
4
"sourceRoot" : " scripts/prettier/src" ,
5
5
"projectType" : " library" ,
6
- "tags" : [" tools" ],
7
- "targets" : {
8
- "type-check" : {
9
- "executor" : " @fluentui/workspace-plugin:type-check"
10
- },
11
- "format" : {}
12
- }
6
+ "tags" : [" tools" ]
13
7
}
Original file line number Diff line number Diff line change 3
3
"$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
4
4
"sourceRoot" : " scripts/projects-test/src" ,
5
5
"projectType" : " library" ,
6
- "tags" : [" tools" ],
7
- "targets" : {
8
- "type-check" : {
9
- "executor" : " @fluentui/workspace-plugin:type-check"
10
- },
11
- "format" : {}
12
- }
6
+ "tags" : [" tools" ]
13
7
}
Original file line number Diff line number Diff line change 3
3
"$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
4
4
"sourceRoot" : " scripts/puppeteer/src" ,
5
5
"projectType" : " library" ,
6
- "tags" : [" tools" ],
7
- "targets" : {
8
- "type-check" : {
9
- "executor" : " @fluentui/workspace-plugin:type-check"
10
- },
11
- "format" : {}
12
- }
6
+ "tags" : [" tools" ]
13
7
}
Original file line number Diff line number Diff line change 3
3
"$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
4
4
"sourceRoot" : " scripts/storybook/src" ,
5
5
"projectType" : " library" ,
6
- "tags" : [" tools" ],
7
- "targets" : {
8
- "type-check" : {
9
- "executor" : " @fluentui/workspace-plugin:type-check"
10
- },
11
- "format" : {}
12
- }
6
+ "tags" : [" tools" ]
13
7
}
Original file line number Diff line number Diff line change 3
3
"$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
4
4
"sourceRoot" : " scripts/tasks/src" ,
5
5
"projectType" : " library" ,
6
- "tags" : [" tools" ],
7
- "targets" : {
8
- "type-check" : {
9
- "executor" : " @fluentui/workspace-plugin:type-check"
10
- },
11
- "format" : {}
12
- }
6
+ "tags" : [" tools" ]
13
7
}
Original file line number Diff line number Diff line change 3
3
"$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
4
4
"sourceRoot" : " scripts/test-ssr/src" ,
5
5
"projectType" : " library" ,
6
- "tags" : [" tools" ],
7
- "targets" : {
8
- "type-check" : {
9
- "executor" : " @fluentui/workspace-plugin:type-check"
10
- },
11
- "format" : {}
12
- }
6
+ "tags" : [" tools" ]
13
7
}
Original file line number Diff line number Diff line change 3
3
"$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
4
4
"sourceRoot" : " scripts/triage-bot/src" ,
5
5
"projectType" : " library" ,
6
- "tags" : [" tools" ],
7
- "targets" : {
8
- "type-check" : {
9
- "executor" : " @fluentui/workspace-plugin:type-check"
10
- },
11
- "format" : {}
12
- }
6
+ "tags" : [" tools" ]
13
7
}
Original file line number Diff line number Diff line change 3
3
"$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
4
4
"sourceRoot" : " scripts/ts-node/src" ,
5
5
"projectType" : " library" ,
6
- "tags" : [" tools" ],
7
- "targets" : {
8
- "type-check" : {
9
- "executor" : " @fluentui/workspace-plugin:type-check"
10
- },
11
- "format" : {}
12
- }
6
+ "tags" : [" tools" ]
13
7
}
Original file line number Diff line number Diff line change 3
3
"$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
4
4
"sourceRoot" : " scripts/update-release-notes/src" ,
5
5
"projectType" : " library" ,
6
- "tags" : [" tools" ],
7
- "targets" : {
8
- "type-check" : {
9
- "executor" : " @fluentui/workspace-plugin:type-check"
10
- },
11
- "format" : {}
12
- }
6
+ "tags" : [" tools" ]
13
7
}
Original file line number Diff line number Diff line change 3
3
"$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
4
4
"sourceRoot" : " scripts/utils/src" ,
5
5
"projectType" : " library" ,
6
- "tags" : [" tools" ],
7
- "targets" : {
8
- "type-check" : {
9
- "executor" : " @fluentui/workspace-plugin:type-check"
10
- },
11
- "format" : {}
12
- }
6
+ "tags" : [" tools" ]
13
7
}
Original file line number Diff line number Diff line change 3
3
"$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
4
4
"sourceRoot" : " scripts/webpack/src" ,
5
5
"projectType" : " library" ,
6
- "tags" : [" tools" ],
7
- "targets" : {
8
- "type-check" : {
9
- "executor" : " @fluentui/workspace-plugin:type-check"
10
- },
11
- "format" : {}
12
- }
6
+ "tags" : [" tools" ]
13
7
}
You can’t perform that action at this time.
0 commit comments