mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Updated eslint ecma version to 2020
- It's time, we want to be able to use more modern features, and now we're on node 14 min this makes sense - @TODO: do this in eslint-plugin-ghost and add new rules to guard the new features
This commit is contained in:
parent
1c7d4e49c5
commit
bb1a5707d8
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ module.exports = {
|
|||
es6: true,
|
||||
node: true
|
||||
},
|
||||
parserOptions: {
|
||||
ecmaVersion: 2020
|
||||
},
|
||||
plugins: ['ghost'],
|
||||
extends: [
|
||||
'plugin:ghost/node'
|
||||
|
|
Loading…
Add table
Reference in a new issue