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 239d1b2

Browse filesBrowse files
authored
Merge pull request #610 from github/remove-unnecessary-plugin
Remove github plugin from typescript
2 parents 8ecebe2 + d81a53d commit 239d1b2
Copy full SHA for 239d1b2

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-3
lines changed

‎lib/configs/flat/typescript.js

Copy file name to clipboardExpand all lines: lib/configs/flat/typescript.js
+1-3Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
const tseslint = require('typescript-eslint')
22
const escompat = require('eslint-plugin-escompat')
3-
const github = require('../../plugin')
4-
const {fixupPluginRules} = require('@eslint/compat')
53

64
module.exports = tseslint.config(...tseslint.configs.recommended, ...escompat.configs['flat/typescript-2020'], {
75
languageOptions: {
86
parser: tseslint.parser,
97
},
10-
plugins: {'@typescript-eslint': tseslint.plugin, escompat, github: fixupPluginRules(github)},
8+
plugins: {'@typescript-eslint': tseslint.plugin, escompat},
119
rules: {
1210
camelcase: 'off',
1311
'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.