Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Feb 9, 2023
2 parents d440caf + 88fa18e commit 015835b
Show file tree
Hide file tree
Showing 824 changed files with 24,323 additions and 85,186 deletions.
1 change: 1 addition & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
> 1%
last 2 versions
not dead
30 changes: 0 additions & 30 deletions .eslintrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- name: Install ESLint CLI
run: npm i -g eslint
- name: Run ESLint
run: eslint "src/**/*.ts" "src/**/*.vue" "src/**/*.js"
run: eslint "src/**/*.ts" "src/**/*.vue"

5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.DS_Store
node_modules
/dist
storybook-static


# local env files
.env.local
Expand All @@ -10,6 +12,7 @@ node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Editor directories and files
.idea
Expand All @@ -19,5 +22,3 @@ yarn-error.log*
*.njsproj
*.sln
*.sw?
*.iml
report.*
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
node_modules
node_modules
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

8 changes: 0 additions & 8 deletions babel.config.js

This file was deleted.

32 changes: 0 additions & 32 deletions jest.config.js

This file was deleted.

Loading

0 comments on commit 015835b

Please sign in to comment.