We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4670c commit c2c625dCopy full SHA for c2c625d
package.json
@@ -2,6 +2,7 @@
2
"name": "@s-ui/lighthouse-action",
3
"version": "1.0.0",
4
"description": "Action for running Lighthouse CI on a PR and posts the results as a comment",
5
+ "private": true,
6
"repository": {
7
"type": "git",
8
"url": "https://github.com/SUI-Components/lighthouse-action.git"
@@ -18,11 +19,6 @@
18
19
"@s-ui/test": "8",
20
"chai": "4.3.6"
21
},
- "config": {
22
- "sui-mono": {
23
- "access": "public"
24
- }
25
- },
26
"eslintConfig": {
27
"extends": [
28
"./node_modules/@s-ui/lint/eslintrc.js"
0 commit comments