Skip to content

Commit

Permalink
chore(eslint-plugin): publish 1.0.9 (#8718)
Browse files Browse the repository at this point in the history
fix(pluginsdk-peerdeps): Move eslint peer deps to plugin-eslint package ([64d5708](64d5708))
chore(eslint-plugin): bump jest and lodash ([96b2b86](96b2b86))
feat(eslint-plugin): Add a new rule prefer-promise-like to help migrate off of ng.IPromise [#8673](#8673) ([3dc0309](3dc0309))
feat(eslint-plugin): Auto-fix arbitrary expressions with slashes in api-no-slashes lint rule ([28e95ee](28e95ee))
fix(eslint-plugin): Allow .split('/') in API.one() calls in api-no-slashes lint rule ([e547389](e547389))
fix(eslint-plugin): Cast a wider net in api-no-slashes.js [#8649](#8649) ([cf5ab83](cf5ab83))
feat(eslint-plugin): Write a new rule react2angular-with-error-boundary All react2angular components should be wrapped in an error boundary ([bd9858d](bd9858d))
refactor(eslint-plugin): move angular-rule utils to a separate directory ([873bec3](873bec3))
feat(eslint-plugin): Add a new rule api-no-slashes that forbids using string literals with slashes to API.one()  [#8629](#8629) ([75a054e](75a054e))
feat(eslint-plugin): Add a README.md with instructions on creating eslint rules [#8628](#8628) ([6cab9e6](6cab9e6))
  • Loading branch information
christopherthielen committed Nov 10, 2020
1 parent 30fd60d commit fbec5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spinnaker/eslint-plugin",
"version": "1.0.8",
"version": "1.0.9",
"main": "eslint-plugin.js",
"license": "Apache-2.0",
"scripts": {
Expand Down

0 comments on commit fbec5b8

Please sign in to comment.