We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39881d commit 81a4cd3Copy full SHA for 81a4cd3
src/configs/angular.js
@@ -7,7 +7,6 @@ import tseslint from 'typescript-eslint';
7
import {
8
ANGULAR_COMPONENT_FILE_PATTERNS,
9
ANGULAR_PIPE_FILE_PATTERNS,
10
- CONFIG_FILE_PATTERNS,
11
HTML_FILE_PATTERNS,
12
negatePatterns,
13
STORYBOOK_FILE_PATTERNS,
@@ -30,7 +29,6 @@ export default tseslint.config(
30
29
},
31
{
32
files: TYPESCRIPT_FILE_PATTERNS,
33
- ignores: CONFIG_FILE_PATTERNS,
34
processor: angular.processInlineTemplates,
35
languageOptions: {
36
globals: globals.browser,
0 commit comments