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 2d81559 commit 14a8f76Copy full SHA for 14a8f76
.eslintrc.cjs
@@ -10,8 +10,7 @@ module.exports = {
10
parser: '@typescript-eslint/parser',
11
plugins: ['@typescript-eslint'],
12
rules: {
13
- 'dci-lint/literal-role-contracts': 'off',
14
- 'no-console': ['error', { allow: ['warn'] }]
+ 'dci-lint/literal-role-contracts': 'off'
15
},
16
parserOptions: {
17
sourceType: 'module',
@@ -30,6 +29,12 @@ module.exports = {
30
29
31
parser: '@typescript-eslint/parser'
32
}
+ },
33
+ {
34
+ files: ['src/lib/**'],
35
+ rules: {
36
+ 'no-console': ['error', { allow: ['warn'] }]
37
+ }
38
39
]
40
};
0 commit comments