Skip to content

Commit

Permalink
Unify lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Aug 17, 2018
1 parent eb8778c commit 4e2ae4d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 37 deletions.
19 changes: 12 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,18 @@
"private": true,
"license": "MIT",
"lint-staged": {
"src/**/*.{js,css}": [
"prettier-standard",
"git add"
],
"package.json": [
"finepack",
"git add"
"linters": {
"*.js": [
"prettier-standard",
"git add"
],
"package.json": [
"finepack",
"git add"
]
},
"ignore": [
"static/*.{js, css}"
]
},
"standard": {
Expand Down
6 changes: 0 additions & 6 deletions packages/metascraper-amazon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@
"test": "NODE_PATH=.. TZ=UTC NODE_ENV=test nyc mocha test"
},
"license": "MIT",
"lint-staged": {
"*.js": [
"prettier-standard",
"git add"
]
},
"standard": {
"env": [
"mocha"
Expand Down
6 changes: 0 additions & 6 deletions packages/metascraper-clearbit-logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@
"test": "NODE_PATH=.. TZ=UTC NODE_ENV=test nyc mocha test"
},
"license": "MIT",
"lint-staged": {
"*.js": [
"prettier-standard",
"git add"
]
},
"standard": {
"env": [
"mocha"
Expand Down
6 changes: 0 additions & 6 deletions packages/metascraper-logo-favicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@
"test": "NODE_PATH=.. TZ=UTC NODE_ENV=test nyc mocha test"
},
"license": "MIT",
"lint-staged": {
"*.js": [
"prettier-standard",
"git add"
]
},
"standard": {
"env": [
"mocha"
Expand Down
6 changes: 0 additions & 6 deletions packages/metascraper-soundcloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@
"test": "NODE_PATH=.. TZ=UTC NODE_ENV=test nyc mocha test"
},
"license": "MIT",
"lint-staged": {
"*.js": [
"prettier-standard",
"git add"
]
},
"standard": {
"env": [
"mocha"
Expand Down
6 changes: 0 additions & 6 deletions packages/metascraper-youtube/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@
"test": "NODE_PATH=.. TZ=UTC NODE_ENV=test nyc mocha test"
},
"license": "MIT",
"lint-staged": {
"*.js": [
"prettier-standard",
"git add"
]
},
"standard": {
"env": [
"mocha"
Expand Down

0 comments on commit 4e2ae4d

Please sign in to comment.