Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Dec 8, 2022
1 parent 8af3460 commit 76c91cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ defaultSemverRangePrefix: ""

enableGlobalCache: true

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.3.0.cjs
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
],
"scripts": {
"build": "echo no need",
"clean": "run-p clean:*",
"clean": "run-p \"clean:*\"",
"clean:dist": "del-cli dist",
"dist": "run-p dist:*",
"dist": "run-p \"dist:*\"",
"dist:npm": "np --yolo --no-yarn",
"format": "run-p format:*",
"format": "run-p \"format:*\"",
"format:eslint": "yarn lint:eslint --fix",
"format:markdown": "yarn lint:markdown --fix",
"format:package-json": "sort-package-json \"package.json\" \"packages/*/package.json\"",
"format:prettier": "yarn lint:prettier --write",
"lint": "run-p lint:*",
"lint": "run-p \"lint:*\"",
"lint:eslint": "eslint \"**/*.{js,mjs,cjs,vue}\"",
"lint:markdown": "markdownlint \"**/*.md\" --ignore \"**/node_modules/**\"",
"lint:package-json": "yarn run format:package-json --check",
Expand All @@ -56,13 +56,13 @@
"verbose": true
},
"c8": {
"reporter": [
"lcov",
"text"
],
"all": true,
"include": [
"index.js"
],
"reporter": [
"lcov",
"text"
]
},
"dependencies": {
Expand Down

0 comments on commit 76c91cd

Please sign in to comment.