Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @nuxtjs/eslint-config-typescript@6.0.1
 - @nuxtjs/eslint-config@6.0.1
  • Loading branch information
clarkdo committed May 26, 2021
1 parent d9bc740 commit 39da5da
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/eslint-config-typescript/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.1](https://github.com/nuxt/eslint-config/compare/@nuxtjs/eslint-config-typescript@6.0.0...@nuxtjs/eslint-config-typescript@6.0.1) (2021-05-26)


### Bug Fixes

* turn off typescript 'no-undef' rule per docs ([#144](https://github.com/nuxt/eslint-config/issues/144)) ([ddb552b](https://github.com/nuxt/eslint-config/commit/ddb552bb76b4f379f9f23827ccdf8708be12ad27))





# [6.0.0](https://github.com/nuxt/eslint-config/compare/@nuxtjs/eslint-config-typescript@5.0.0...@nuxtjs/eslint-config-typescript@6.0.0) (2021-03-06)

**Note:** Version bump only for package @nuxtjs/eslint-config-typescript
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/eslint-config-typescript",
"version": "6.0.0",
"version": "6.0.1",
"description": "Nuxt.js eslint typescript config",
"homepage": "https://github.com/nuxt/eslint-config/tree/master/packages/eslint-config-typescript",
"repository": "nuxt/eslint-config",
Expand All @@ -12,7 +12,7 @@
"index.js"
],
"dependencies": {
"@nuxtjs/eslint-config": "6.0.0",
"@nuxtjs/eslint-config": "6.0.1",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.1](https://github.com/nuxt/eslint-config/compare/@nuxtjs/eslint-config@6.0.0...@nuxtjs/eslint-config@6.0.1) (2021-05-26)

**Note:** Version bump only for package @nuxtjs/eslint-config





# [6.0.0](https://github.com/nuxt/eslint-config/compare/@nuxtjs/eslint-config@5.0.0...@nuxtjs/eslint-config@6.0.0) (2021-03-06)

**Note:** Version bump only for package @nuxtjs/eslint-config
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/eslint-config",
"version": "6.0.0",
"version": "6.0.1",
"description": "Nuxt.js eslint config",
"homepage": "https://github.com/nuxt/eslint-config/tree/master/packages/eslint-config",
"repository": "nuxt/eslint-config",
Expand Down

0 comments on commit 39da5da

Please sign in to comment.