Skip to content

Commit 2778bdc

Browse files
committed
checking workflow for sitecore
1 parent 3476086 commit 2778bdc

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/workflows/repo-sync.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -108,29 +108,29 @@ jobs:
108108
const globals = require("globals");
109109
const tsPlugin = require("@typescript-eslint/eslint-plugin");
110110
111-
module.exports = [
112-
js.configs.recommended,
113-
{
114-
languageOptions: {
115-
ecmaVersion: "latest",
116-
sourceType: "module",
117-
globals: globals.node,
118-
parser: require.resolve("@typescript-eslint/parser"),
119-
},
120-
plugins: {
121-
"@typescript-eslint": tsPlugin,
122-
},
123-
rules: {
124-
"no-unused-vars": "warn",
125-
"no-console": "off",
126-
"@typescript-eslint/no-var-requires": "off",
127-
"no-prototype-builtins": "off",
128-
"@typescript-eslint/no-explicit-any": "off",
129-
"no-constant-condition": "off"
130-
}
111+
module.exports = [
112+
js.configs.recommended,
113+
{
114+
languageOptions: {
115+
ecmaVersion: "latest",
116+
sourceType: "module",
117+
globals: globals.node,
118+
parser: require.resolve("@typescript-eslint/parser"),
119+
},
120+
plugins: {
121+
"@typescript-eslint": tsPlugin,
122+
},
123+
rules: {
124+
"no-unused-vars": "warn",
125+
"no-console": "off",
126+
"@typescript-eslint/no-var-requires": "off",
127+
"no-prototype-builtins": "off",
128+
"@typescript-eslint/no-explicit-any": "off",
129+
"no-constant-condition": "off"
131130
}
132-
]
133-
EOL
131+
}
132+
];
133+
EOL
134134
fi
135135
136136
# # Remove unused imports and missing file references

0 commit comments

Comments
 (0)