We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd1f86 commit 8fe0900Copy full SHA for 8fe0900
1 file changed
.github/scripts/check-yaml.js .github/scripts/check-yaml.cjs.github/scripts/check-yaml.js renamed to .github/scripts/check-yaml.cjs
@@ -1,6 +1,6 @@
1
-import fs from "fs";
2
-import yaml from "js-yaml";
3
-import glob from "glob";
+const fs = require("fs");
+const yaml = require("js-yaml");
+const glob = require("glob");
4
5
const SNAKE_CASE_REGEX = /^[a-z][a-z0-9_]*$/;
6
0 commit comments