Skip to content

Commit f685b61

Browse files
committed
Replace super-linter with a reusable workflow
1 parent caa291e commit f685b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/linters/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const { defineConfig } = require("eslint/config");
33

44
module.exports = defineConfig([
55
{
6-
ignores: ["!/tools/linters/.eslint.config.js", "!/tools/linters/.stylelintrc.json", "!/public/assets/components/jquery-ui.min.js"],
6+
ignores: ["!/tools/linters/.eslint.config.js", "!/tools/linters/.stylelintrc.json", "/public/assets/components/jquery-ui.min.js"],
77
languageOptions: {
88
ecmaVersion: 2015,
99
sourceType: "module"

0 commit comments

Comments
 (0)