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 bca742e commit 48c4a42Copy full SHA for 48c4a42
.eslintrc.js
@@ -63,7 +63,7 @@ module.exports = {
63
},
64
],
65
// TODO: specify message: ("Please use allowed public API (not private imports!)")
66
- "no-restricted-imports": [1, { patterns: DENIED_PATH_GROUPS }],
+ "no-restricted-imports": [2, { patterns: DENIED_PATH_GROUPS }],
67
// variables
68
"prefer-const": 2,
69
"no-var": 2,
0 commit comments