File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
* @author Yosuke Ota
3
3
*/
4
4
import type { AST as VAST } from 'vue-eslint-parser'
5
- import type { AST as JSONAST } from 'eslint-plugin-jsonc '
5
+ import type { AST as JSONAST } from 'jsonc- eslint-parser '
6
6
import type { AST as YAMLAST } from 'yaml-eslint-parser'
7
7
import { extname } from 'path'
8
8
import { getLocaleMessages } from '../utils/index'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import rule = require('../../../lib/rules/key-format-style')
7
7
import { SettingsVueI18nLocaleDirObject } from '../../../lib/types'
8
8
9
9
const vueParser = require . resolve ( 'vue-eslint-parser' )
10
- const jsonParser = require . resolve ( 'eslint-plugin-jsonc ' )
10
+ const jsonParser = require . resolve ( 'jsonc- eslint-parser ' )
11
11
const yamlParser = require . resolve ( 'yaml-eslint-parser' )
12
12
const fileLocalesRoot = join ( __dirname , '../../fixtures/key-format-style/file' )
13
13
const keyLocalesRoot = join ( __dirname , '../../fixtures/key-format-style/key' )
You can’t perform that action at this time.
0 commit comments