Skip to content

Commit

Permalink
feat: remove Angular and SolidJS components
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Nov 9, 2022
1 parent ba938b0 commit 1329c10
Show file tree
Hide file tree
Showing 102 changed files with 11,965 additions and 37,114 deletions.
2 changes: 0 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
build
playground/index.html
playground/angular
node_modules
dist
src/swiper.js
src/angular
postinstall.js
3 changes: 2 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ const rules = {
'no-restricted-syntax': 'off',
'import/no-extraneous-dependencies': 'off',
'no-console': 'off',
'no-restricted-globals': ['error', 'window', 'document'],
'no-restricted-globals': 'off',
'max-classes-per-file': 'off',
'react/jsx-filename-extension': 'off',
'jsx-a11y/label-has-associated-control': 'off',
'react/no-array-index-key': 'off',
Expand Down
83 changes: 0 additions & 83 deletions .github/ISSUE_TEMPLATE/swiper_angular_issue.yml

This file was deleted.

83 changes: 0 additions & 83 deletions .github/ISSUE_TEMPLATE/swiper_solid_issue.yml

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ dist


cypress/screenshots
.angular
# local env files
.env.local
.env.development.local
Expand Down
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ node_modules
dist
.nova
postinstall.js
.angular
Loading

0 comments on commit 1329c10

Please sign in to comment.