Skip to content

Commit

Permalink
0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Jul 14, 2021
1 parent c3fcf50 commit bd46827
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-spotify-web-playback",
"version": "0.8.1",
"version": "0.8.2",
"description": "A React Spotify Web Player",
"author": "Gil Barbara <[email protected]>",
"repository": {
Expand Down Expand Up @@ -90,10 +90,14 @@
"prepublishOnly": "npm run validate"
},
"eslintConfig": {
"extends": ["@gilbarbara/eslint-config"],
"extends": [
"@gilbarbara/eslint-config"
],
"overrides": [
{
"files": ["test/**/*.ts?(x)"],
"files": [
"test/**/*.ts?(x)"
],
"rules": {
"no-console": "off"
}
Expand All @@ -105,7 +109,9 @@
"unicorn/prefer-includes": "off"
}
},
"eslintIgnore": ["demo"],
"eslintIgnore": [
"demo"
],
"prettier": "@gilbarbara/prettier-config",
"lint-staged": {
"*.(ts|tsx)": [
Expand Down

0 comments on commit bd46827

Please sign in to comment.