We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ab731 commit 37700efCopy full SHA for 37700ef
tools/linters/eslint.config.js
@@ -3,7 +3,14 @@ const { defineConfig } = require("eslint/config");
3
4
module.exports = defineConfig([
5
{
6
- ignores: ["!/tools/linters/.eslint.config.js", "!/tools/linters/.stylelintrc.json"],
+ ignores: [
7
+ "!/tools/linters/eslint.config.js",
8
+ "!/tools/linters/.stylelintrc.json",
9
+ "!/js/**",
10
+ "!/css/**",
11
+ "!/webfonts/**",
12
+ "!/icons/**"
13
+ ],
14
languageOptions: {
15
ecmaVersion: 2015,
16
sourceType: "module"
0 commit comments