Skip to content

Commit

Permalink
feat: upgrade to haunted & lit
Browse files Browse the repository at this point in the history
BREAKING CHANGES: Upgrade to haunted & lit
  • Loading branch information
megheaiulian committed Nov 21, 2023
1 parent 0d3b25a commit 6b815a4
Show file tree
Hide file tree
Showing 20 changed files with 19,676 additions and 24,907 deletions.
4 changes: 3 additions & 1 deletion .eslintignore
@@ -1 +1,3 @@
/coverage/
coverage/
dist/
__snapshots__
7 changes: 7 additions & 0 deletions .eslintrc
@@ -0,0 +1,7 @@
{
"extends": "./node_modules/@neovici/cfg/eslint",
"rules": {
"max-lines-per-function": 0,
"import/group-exports": 0
}
}
3 changes: 0 additions & 3 deletions .eslintrc.json

This file was deleted.

30 changes: 0 additions & 30 deletions .github/karma-problem-matcher.json

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
@@ -0,0 +1,13 @@
name: CI
on:
pull_request:
branches:
- master
push:
branches:
- beta
- master
jobs:
build:
uses: Neovici/cfg/.github/workflows/forge.yml@master
secrets: inherit
9 changes: 9 additions & 0 deletions .github/workflows/storybook.yml
@@ -0,0 +1,9 @@
name: Storybook
on:
push:
branches:
- master
jobs:
storybook:
uses: Neovici/cfg/.github/workflows/story.yml@master
secrets: inherit
54 changes: 0 additions & 54 deletions .github/workflows/workflow.yml

This file was deleted.

1 change: 1 addition & 0 deletions .prettierrc
@@ -0,0 +1 @@
"@neovici/cfg/prettier"
3 changes: 3 additions & 0 deletions .storybook/main.js
@@ -0,0 +1,3 @@
module.exports = {
stories: ['../stories/**/*.stories.{js,mdx}'],
};

0 comments on commit 6b815a4

Please sign in to comment.