mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
feat: initial commit
This commit is contained in:
parent
bde7dd644f
commit
72dc38ea56
119 changed files with 14925 additions and 1 deletions
6
.eslintrc.json
Normal file
6
.eslintrc.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parserOptions": { "ecmaVersion": 2019, "sourceType": "module" },
|
||||
"env": { "es6": true, "browser": true },
|
||||
"plugins": ["svelte3"],
|
||||
"overrides": [{ "files": ["**/*.svelte"], "processor": "svelte3/svelte3" }]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue