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 3706f39 commit addb674Copy full SHA for addb674
src/configs/typescript.js
@@ -3,6 +3,7 @@
3
import * as importPlugin from 'eslint-plugin-import';
4
import tseslint from 'typescript-eslint';
5
import {
6
+ CONFIG_FILE_PATTERNS,
7
negatePatterns,
8
STORYBOOK_FILE_PATTERNS,
9
TEST_FILE_PATTERNS,
@@ -138,6 +139,13 @@ export default tseslint.config(
138
139
},
140
],
141
142
+ {
143
+ name: 'code-pushup/javascript/configs/disabled',
144
+ files: CONFIG_FILE_PATTERNS,
145
+ rules: {
146
+ 'functional/immutable-data': 'off',
147
+ },
148
149
{
150
name: 'code-pushup/typescript/storybook/customized',
151
files: STORYBOOK_FILE_PATTERNS,
0 commit comments