A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/antfu/eslint-config/commit/64e3f8d below:

add types for `antfu/` · antfu/eslint-config@64e3f8d · GitHub

File tree Expand file treeCollapse file tree 3 files changed

+35

-129

lines changed

Filter options

Expand file treeCollapse file tree 3 files changed

+35

-129

lines changed Original file line number Diff line number Diff line change

@@ -42,11 +42,11 @@

42 42

"@typescript-eslint/eslint-plugin": "^6.7.4",

43 43

"@typescript-eslint/parser": "^6.7.4",

44 44

"eslint-config-flat-gitignore": "^0.1.0",

45 -

"eslint-plugin-antfu": "^1.0.0-beta.11",

45 +

"eslint-plugin-antfu": "^1.0.0-beta.12",

46 46

"eslint-plugin-eslint-comments": "^3.2.0",

47 47

"eslint-plugin-i": "^2.28.1",

48 48

"eslint-plugin-jsdoc": "^46.8.2",

49 -

"eslint-plugin-jsonc": "^2.9.0",

49 +

"eslint-plugin-jsonc": "^2.10.0",

50 50

"eslint-plugin-markdown": "^3.0.1",

51 51

"eslint-plugin-n": "^16.1.0",

52 52

"eslint-plugin-no-only-tests": "^3.1.0",

@@ -70,7 +70,7 @@

70 70

"@types/node": "^20.8.3",

71 71

"bumpp": "^9.2.0",

72 72

"eslint": "^8.51.0",

73 -

"eslint-flat-config-viewer": "^0.0.9",

73 +

"eslint-flat-config-viewer": "^0.1.0",

74 74

"eslint-plugin-sort-keys": "^2.3.5",

75 75

"esno": "^0.17.0",

76 76

"fast-glob": "^3.3.1",

Original file line number Diff line number Diff line change

@@ -17,6 +17,7 @@ import type {

17 17

VueRules,

18 18

YmlRules,

19 19

} from '@antfu/eslint-define-config'

20 +

import type { Rules as AntfuRules } from 'eslint-plugin-antfu'

20 21

import type { StylisticRules } from './generated/stylistic'

21 22 22 23

export type Rules = MergeIntersection<

@@ -25,6 +26,7 @@ export type Rules = MergeIntersection<

25 26

RenamePrefix<YmlRules, 'yml/', 'yaml/'> &

26 27

RenamePrefix<NRules, 'n/', 'node/'> &

27 28

Prefix<StylisticRules, 'style/'> &

29 +

Prefix<AntfuRules, 'antfu/'> &

28 30

ImportRules &

29 31

EslintRules &

30 32

JsoncRules &

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4