Skip to content

Commit 0b43d29

Browse files
committed
Removed unnecessary explicit ecmaVersion lint rule
refs 42ddda5 - With a bump of the eslint-plugin-ghost to 2.14.0 it's no longer needed to explicitly specify the preferred ecmaVersion as it's been set as a default
1 parent 6f491fe commit 0b43d29

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/admin-api-schema/.eslintrc.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
module.exports = {
2-
parserOptions: {
3-
ecmaVersion: 2020
4-
},
52
plugins: ['ghost'],
63
extends: [
74
'plugin:ghost/node'

0 commit comments

Comments
 (0)