@vue-vine/eslint-parser 0.1.24 → 0.1.25

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.mts CHANGED
@@ -1,5 +1,5 @@
1
- import { TSESTree } from '@typescript-eslint/types';
2
1
  import { parseForESLint as parseForESLint$1, ParserOptions } from '@typescript-eslint/parser';
2
+ import { TSESTree } from '@typescript-eslint/types';
3
3
  import { ScopeManager } from 'eslint-scope';
4
4
 
5
5
  /**
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { TSESTree } from '@typescript-eslint/types';
2
1
  import { parseForESLint as parseForESLint$1, ParserOptions } from '@typescript-eslint/parser';
2
+ import { TSESTree } from '@typescript-eslint/types';
3
3
  import { ScopeManager } from 'eslint-scope';
4
4
 
5
5
  /**