Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 795b338

Browse filesBrowse files
authored
Merge pull request #326 from github/bdragon/ts-use-plugin-escompat
Use eslint-plugin-escompat in typescript config
2 parents d2aaaef + 52790fb commit 795b338
Copy full SHA for 795b338

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/configs/typescript.js

Copy file name to clipboardExpand all lines: lib/configs/typescript.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
extends: ['plugin:@typescript-eslint/recommended', 'prettier', 'plugin:escompat/typescript-2020'],
33
parser: '@typescript-eslint/parser',
4-
plugins: ['@typescript-eslint', 'github'],
4+
plugins: ['@typescript-eslint', 'escompat', 'github'],
55
rules: {
66
camelcase: 'off',
77
'no-unused-vars': 'off',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.