mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 19:21:26 +00:00
Run npm run lint
This commit is contained in:
parent
b982387a8c
commit
2031cb7585
480 changed files with 8985 additions and 9048 deletions
13
package.json
13
package.json
|
@ -26,9 +26,7 @@
|
|||
"import": "./src/*.js"
|
||||
}
|
||||
},
|
||||
"sideEffects": [
|
||||
"css/*.css"
|
||||
],
|
||||
"sideEffects": ["css/*.css"],
|
||||
"scripts": {
|
||||
"test": "vitest",
|
||||
"test:ui": "vite",
|
||||
|
@ -85,14 +83,9 @@
|
|||
"component library",
|
||||
"carbon design system"
|
||||
],
|
||||
"files": [
|
||||
"src",
|
||||
"types",
|
||||
"css",
|
||||
"telemetry.yml"
|
||||
],
|
||||
"files": ["src", "types", "css", "telemetry.yml"],
|
||||
"maintainers": [
|
||||
"Eric Liu (https://github.com/metonym)",
|
||||
"Enrico Sacchetti (https://github.com/theetrain)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue