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 ae17ac1 commit 1f0fdfbCopy full SHA for 1f0fdfb
packages/language-server/scripts/.eslintrc.js
@@ -1,6 +1,6 @@
1
module.exports = {
2
- root: false,
3
- rules: {
4
- '@typescript-eslint/no-var-requires': 'off'
5
- }
+ root: false,
+ rules: {
+ '@typescript-eslint/no-var-requires': 'off'
+ }
6
};
0 commit comments