Skip to content

Commit ad88198

Browse files
committed
update
1 parent 45624a6 commit ad88198

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
- run:
2727
name: Install dependencies
2828
command: npm install
29-
- run:
30-
name: Show all dependencies
31-
command: npm ls --all
3229
- run:
3330
name: Test
3431
command: npm test

tests/lib/rules/no-export-in-script-setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ruleTester.run('no-export-in-script-setup', rule, {
5353
...(semver.lt(
5454
require('@typescript-eslint/parser/package.json').version,
5555
'5.4.0'
56-
)
56+
) && semver.lt(require('typescript/package.json').version, '4.5.0')
5757
? [
5858
{
5959
filename: 'test.vue',

0 commit comments

Comments
 (0)