File tree Expand file tree Collapse file tree 3 files changed +10
-14
lines changed
packages/eslint-plugin/tests Expand file tree Collapse file tree 3 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 110
110
"ncp" : " ^2.0.0" ,
111
111
"netlify" : " ^13.1.14" ,
112
112
"nx" : " 18.3.5" ,
113
- "prettier" : " 3.3.0 " ,
113
+ "prettier" : " 3.3.1 " ,
114
114
"pretty-format" : " ^29.7.0" ,
115
115
"rimraf" : " ^5.0.5" ,
116
116
"tmp" : " ^0.2.1" ,
Original file line number Diff line number Diff line change @@ -8,16 +8,12 @@ import { Linter } from '@typescript-eslint/utils/ts-eslint';
8
8
import fs from 'fs' ;
9
9
import { marked } from 'marked' ;
10
10
import type * as mdast from 'mdast' ;
11
- import type { fromMarkdown as FromMarkdown } from 'mdast-util-from-markdown' with { 'resolution-mode' :
12
- 'import' } ;
13
- import type { mdxFromMarkdown as MdxFromMarkdown } from 'mdast-util-mdx' with { 'resolution-mode' :
14
- 'import' } ;
15
- import type { mdxjs as Mdxjs } from 'micromark-extension-mdxjs' with { 'resolution-mode' :
16
- 'import' } ;
11
+ import type { fromMarkdown as FromMarkdown } from 'mdast-util-from-markdown' with { 'resolution-mode' : 'import' } ;
12
+ import type { mdxFromMarkdown as MdxFromMarkdown } from 'mdast-util-mdx' with { 'resolution-mode' : 'import' } ;
13
+ import type { mdxjs as Mdxjs } from 'micromark-extension-mdxjs' with { 'resolution-mode' : 'import' } ;
17
14
import path from 'path' ;
18
15
import { titleCase } from 'title-case' ;
19
- import type * as UnistUtilVisit from 'unist-util-visit' with { 'resolution-mode' :
20
- 'import' } ;
16
+ import type * as UnistUtilVisit from 'unist-util-visit' with { 'resolution-mode' : 'import' } ;
21
17
22
18
import rules from '../src/rules' ;
23
19
import { areOptionsValid } from './areOptionsValid' ;
Original file line number Diff line number Diff line change @@ -5874,7 +5874,7 @@ __metadata:
5874
5874
ncp: ^2.0.0
5875
5875
netlify: ^13.1.14
5876
5876
nx: 18.3.5
5877
- prettier: 3.3.0
5877
+ prettier: 3.3.1
5878
5878
pretty-format: ^29.7.0
5879
5879
rimraf: ^5.0.5
5880
5880
tmp: ^0.2.1
@@ -16867,12 +16867,12 @@ __metadata:
16867
16867
languageName: node
16868
16868
linkType: hard
16869
16869
16870
- "prettier@npm:3.3.0 , prettier@npm:^3.2.5":
16871
- version: 3.3.0
16872
- resolution: "prettier@npm:3.3.0 "
16870
+ "prettier@npm:3.3.1 , prettier@npm:^3.2.5":
16871
+ version: 3.3.1
16872
+ resolution: "prettier@npm:3.3.1 "
16873
16873
bin:
16874
16874
prettier: bin/prettier.cjs
16875
- checksum: 0d3a7fca9cab29828e189fefc10e8f6025d1208c84cd1e94def8a8f8a04eea341aa21d0af8c01253527632f8225b0b8482a62b64cafa26e9988cd6f9ff16a38b
16875
+ checksum: 10987ff39e23d9359a76a441431dfe3ee26cc444540dc1577e8109e31394231fc1187d47a1e4ebc98bd605885c50ec681e9f2674e489c3313708c30b6ef5e119
16876
16876
languageName: node
16877
16877
linkType: hard
16878
16878
You can’t perform that action at this time.
0 commit comments