Skip to content

Commit

Permalink
Sort package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gabmontes committed Oct 18, 2024
1 parent cb1da9a commit a086e01
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"build": "npm run lerna:run build",
"deps:check": "npm run lerna:run deps:check",
"format:check": "prettier --check .",
"postinstall": "lerna bootstrap",
"lerna:run": "lerna run --stream --concurrency 1",
"lint": "eslint --cache --quiet .",
"postinstall": "lerna bootstrap",
"test": "npm run lerna:run test",
"test:e2e": "npm run lerna:run test:e2e"
},
Expand Down Expand Up @@ -41,31 +41,31 @@
],
"overrides": [
{
"files": [
"packages/**/*.js"
],
"extends": [
"bloq/node",
"prettier"
],
"files": [
"packages/**/*.js"
]
},
{
"files": [
"*.spec.js"
],
"extends": [
"bloq/mocha",
"prettier"
],
"files": [
"*.spec.js"
]
},
{
"files": [
"site/**/*.js"
],
"extends": [
"bloq/next",
"prettier"
],
"files": [
"site/**/*.js"
],
"rules": {
"@next/next/no-html-link-for-pages": [
"warn",
Expand Down

0 comments on commit a086e01

Please sign in to comment.