不要怂,就是干,撸起袖子干!

Commit 2fc43c4c by greenkeeper[bot] Committed by Felix Becker

chore(package): update eslint to version 4.2.0 (#7908)

1 parent 8d4700fb
Showing with 4 additions and 4 deletions
......@@ -284,7 +284,7 @@ exports.applyTo = applyTo;
* @memberOf Sequelize.Model
*/
/**
/**
* A hook that is run after creating or updating a single instance, It proxies `afterCreate` and `afterUpdate`
* @param {String} name
* @param {Function} fn A callback function that is called with attributes, options
......@@ -520,7 +520,7 @@ exports.applyTo = applyTo;
* @memberOf Sequelize
*/
/**
/**
* A hook that is run before sequelize.sync call
* @param {String} name
* @param {Function} fn A callback function that is called with options passed to sequelize.sync
......@@ -528,7 +528,7 @@ exports.applyTo = applyTo;
* @memberOf Sequelize
*/
/**
/**
* A hook that is run after sequelize.sync call
* @param {String} name
* @param {Function} fn A callback function that is called with options passed to sequelize.sync
......
......@@ -66,7 +66,7 @@
"cross-env": "^3.0.0",
"cz-conventional-changelog": "^2.0.0",
"esdoc": "^0.5.2",
"eslint": "^3.6.0",
"eslint": "^4.2.0",
"hints": "^1.1.0",
"husky": "^0.13.4",
"istanbul": "^0.4.5",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!