Skip to content

Commit 60926c4

Browse files
committed
Fix config files that were missing the "$schema" field set
1 parent ae55554 commit 60926c4

File tree

43 files changed

+86
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+86
-0
lines changed

Diff for: build-tests-samples/heft-node-basic-tutorial/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests-samples/heft-node-jest-tutorial/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests-samples/heft-serverless-stack-tutorial/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests-samples/heft-storybook-react-tutorial/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests-samples/heft-webpack-basic-tutorial/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests-samples/packlets-tutorial/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/api-documenter-scenarios/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/api-documenter-test/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/api-extractor-lib1-test/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/api-extractor-lib2-test/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/api-extractor-lib3-test/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/api-extractor-scenarios/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/api-extractor-test-01/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/api-extractor-test-02/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/api-extractor-test-03/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/api-extractor-test-04/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/hashed-folder-copy-plugin-webpack4-test/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/hashed-folder-copy-plugin-webpack5-test/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/heft-copy-files-test/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/heft-example-plugin-01/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/heft-example-plugin-02/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/heft-jest-preset-test/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/heft-jest-reporters-test/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/heft-minimal-rig-test/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/heft-minimal-rig-usage-test/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/heft-node-everything-esm-module-test/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/heft-node-everything-test/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/heft-parameter-plugin-test/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/heft-parameter-plugin/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/heft-sass-test/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/heft-typescript-composite-test/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/heft-typescript-v2-test/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/heft-typescript-v3-test/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/heft-typescript-v4-test/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/heft-webpack4-everything-test/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/heft-webpack5-everything-test/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/localization-plugin-test-01/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/localization-plugin-test-02/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/localization-plugin-test-03/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/set-webpack-public-path-plugin-webpack4-test/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: build-tests/ts-command-line-test/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: eslint/eslint-config/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

Diff for: repo-scripts/generate-api-docs/config/rush-project.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

0 commit comments

Comments
 (0)