Skip to content

Commit

Permalink
Update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
artf committed Dec 2, 2018
1 parent 46a41cb commit e027c76
Show file tree
Hide file tree
Showing 5 changed files with 216 additions and 217 deletions.
6 changes: 2 additions & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
"node": true
},
"parserOptions": {
"sourceType": "module",
"ecmaFeatures": {
"experimentalObjectRestSpread": true
}
"ecmaVersion": 2018,
"sourceType": "module"
},
"rules": {
"strict": 0,
Expand Down
2 changes: 1 addition & 1 deletion dist/grapes.js
Original file line number Diff line number Diff line change
Expand Up @@ -38217,7 +38217,7 @@ module.exports = function () {
plugins: plugins,

// Will be replaced on build
version: '0.14.46',
version: '0.14.47',

/**
* Initialize the editor with passed options
Expand Down
4 changes: 2 additions & 2 deletions dist/grapes.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit e027c76

Please sign in to comment.