Skip to content

Commit 0cd23c4

Browse files
committed
Fix linting issue
1 parent a0b782c commit 0cd23c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/rules/no-dupe-keys.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
const utils = require('../utils')
88
const assert = require('assert')
9-
const getPropertyName = require('eslint/lib/ast-utils').getStaticPropertyName
109

1110
const RESERVER_NAMES = new Set(require('../utils/vue-reserved.json'))
1211
const SCOPE_NAMES = new Set(['props', 'computed', 'data', 'methods'])

0 commit comments

Comments
 (0)