Skip to content

Commit

Permalink
chore: update repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed May 2, 2022
1 parent 57574ac commit 154295e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 21 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Nuxt.js
Copyright (c) 2019-2022 Nuxt Project

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@
[![npm (scoped with tag)](https://flat.badgen.net/npm/v/@nuxtjs/eslint-config)](https://npmjs.com/package/@nuxtjs/eslint-config)
[![npm](https://flat.badgen.net/npm/dt/@nuxtjs/eslint-config)](https://npmjs.com/package/@nuxtjs/eslint-config)

[ESlint](https://eslint.org/) config used for Nuxt.js.
[ESlint](https://eslint.org/) config used for Nuxt.

## Usage

Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -8,13 +8,13 @@
"release": "lerna publish",
"test": "yarn lint && jest"
},
"dependencies": {
"eslint-plugin-jest": "^26.1.5"
},
"devDependencies": {
"eslint": "^8.14.0",
"jest": "^28.0.3",
"lerna": "^4.0.0"
},
"dependencies": {
"eslint-plugin-jest": "^26.1.5"
},
"packageManager": "yarn@3.2.0"
}
9 changes: 1 addition & 8 deletions packages/eslint-config-typescript/package.json
@@ -1,13 +1,9 @@
{
"name": "@nuxtjs/eslint-config-typescript",
"version": "9.0.0",
"description": "Nuxt.js eslint typescript config",
"homepage": "https://github.com/nuxt/eslint-config/tree/master/packages/eslint-config-typescript",
"description": "ESlint config used for Nuxt with Typescript support",
"repository": "nuxt/eslint-config",
"license": "MIT",
"contributors": [
"Kevin Marrec <kevin@marrec.io>"
],
"files": [
"index.js"
],
Expand All @@ -19,8 +15,5 @@
},
"peerDependencies": {
"eslint": "^8.14.0"
},
"publishConfig": {
"access": "public"
}
}
9 changes: 1 addition & 8 deletions packages/eslint-config/package.json
@@ -1,13 +1,9 @@
{
"name": "@nuxtjs/eslint-config",
"version": "9.0.0",
"description": "Nuxt.js eslint config",
"homepage": "https://github.com/nuxt/eslint-config/tree/master/packages/eslint-config",
"description": "ESlint config used for Nuxt",
"repository": "nuxt/eslint-config",
"license": "MIT",
"contributors": [
"Alexander Lichter <npm@lichter.io>"
],
"files": [
"index.js"
],
Expand All @@ -23,8 +19,5 @@
},
"peerDependencies": {
"eslint": "^8.14.0"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 154295e

Please sign in to comment.