We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb4ed2 commit eb397c6Copy full SHA for eb397c6
libraries/node-core-library/.eslintrc.js
@@ -0,0 +1,7 @@
1
+// This is a workaround for https://github.com/eslint/eslint/issues/3458
2
+require("@rushstack/eslint-config/patch-eslint6");
3
+
4
+module.exports = {
5
+ extends: [ "@rushstack/eslint-config" ],
6
+ parserOptions: { tsconfigRootDir: __dirname },
7
+};
libraries/node-core-library/tslint.json
0 commit comments