Skip to content

Commit

Permalink
chore: fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonC committed Jan 31, 2024
1 parent 84095a5 commit f330eb0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 20 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@
"prepare": "husky install && npm run build:ci",
"all-upgrade": "npm-upgrade && lerna exec --concurrency 1 -- npm-upgrade"
},
"workspaces": [
"packages/*"
],
"workspaces": ["packages/*"],
"devDependencies": {
"@auto-it/all-contributors": "11.0.4",
"@auto-it/first-time-contributor": "11.0.4",
Expand Down
5 changes: 1 addition & 4 deletions packages/audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@
"bin": {
"tablecheck-frontend-audit": "bin/main.js"
},
"files": [
"bin",
"dist"
],
"files": ["bin", "dist"],
"scripts": {
"build": "tsc -p ./tsconfig.build.json",
"prepublish": "npm run build"
Expand Down
4 changes: 1 addition & 3 deletions packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
"./formatters/junit": "./formatters/junit.js"
},
"main": "index.js",
"files": [
"formatters"
],
"files": ["formatters"],
"dependencies": {
"@commitlint/config-conventional": "^17",
"junit-report-builder": "3.0.1"
Expand Down
4 changes: 1 addition & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"dependencies": {
"@emotion/eslint-plugin": "^11.11.0",
"@nx/eslint-plugin": "^16.5.0",
Expand Down
4 changes: 1 addition & 3 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
"./package.json": "./package.json"
},
"main": "dist/index.js",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "tsc -p ./tsconfig.build.json"
},
Expand Down
5 changes: 1 addition & 4 deletions packages/semantic-release-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
},
"version": "7.0.0",
"main": "index.js",
"files": [
"with-npm-publish/package.json",
"withNpmPublish.js"
],
"files": ["with-npm-publish/package.json", "withNpmPublish.js"],
"dependencies": {
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/exec": "^6.0.3",
Expand Down

0 comments on commit f330eb0

Please sign in to comment.