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 f5cb93d

Browse filesBrowse files
authored
Improve docs (#2497)
1 parent c64bf94 commit f5cb93d
Copy full SHA for f5cb93d

File tree

3 files changed

+8
-9
lines changed
Filter options

3 files changed

+8
-9
lines changed
+7-4Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// @ts-nocheck
2-
import * as all from '../../../../node_modules/eslint/lib/linter/linter.js'
3-
const Linter = all.Linter
4-
export { Linter }
5-
export default { Linter }
2+
/* eslint-disable unicorn/prefer-export-from -- exporting as named and default is less duplication without `export…from` */
3+
4+
import { Linter } from '../../../../node_modules/eslint/lib/linter/linter.js'
5+
import SourceCode from '../../../../node_modules/eslint/lib/source-code/source-code.js'
6+
7+
export { Linter, SourceCode }
8+
export default { Linter, SourceCode }

‎docs/user-guide/index.md

Copy file name to clipboardExpand all lines: docs/user-guide/index.md
-4Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
outline: deep
3-
---
4-
51
# User Guide
62

73
## :cd: Installation

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"eslint-config-prettier": "^9.1.0",
8383
"eslint-plugin-eslint-plugin": "~6.1.0",
8484
"eslint-plugin-import": "^2.29.1",
85-
"eslint-plugin-jsonc": "^2.13.0",
85+
"eslint-plugin-jsonc": "^2.16.0",
8686
"eslint-plugin-node-dependencies": "^0.12.0",
8787
"eslint-plugin-prettier": "^5.1.3",
8888
"eslint-plugin-unicorn": "^54.0.0",

0 commit comments

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