We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa291e commit f685b61Copy full SHA for f685b61
tools/linters/eslint.config.js
@@ -3,7 +3,7 @@ const { defineConfig } = require("eslint/config");
3
4
module.exports = defineConfig([
5
{
6
- ignores: ["!/tools/linters/.eslint.config.js", "!/tools/linters/.stylelintrc.json", "!/public/assets/components/jquery-ui.min.js"],
+ ignores: ["!/tools/linters/.eslint.config.js", "!/tools/linters/.stylelintrc.json", "/public/assets/components/jquery-ui.min.js"],
7
languageOptions: {
8
ecmaVersion: 2015,
9
sourceType: "module"
0 commit comments