Skip to content

Commit

Permalink
chore: refactory
Browse files Browse the repository at this point in the history
  • Loading branch information
tiamo committed Apr 26, 2022
1 parent 65a84e6 commit 5e5b1c7
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 99 deletions.
28 changes: 0 additions & 28 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,31 +1,3 @@
/*
* This file is part of the Web3 Library developed by mFactory GmbH.
*
* Copyright © 2021, mFactory GmbH
*
* Solana Reference Stake Pool is free software: you can redistribute it
* and/or modify it under the terms of the GNU Affero General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* Solana Reference Stake Pool is distributed in the hope that it
* will be useful, but WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program.
* If not, see <https://www.gnu.org/licenses/agpl-3.0.html>.
*
* You can be released from the requirements of the Affero GNU General Public License
* by purchasing a commercial license. The purchase of such a license is
* mandatory as soon as you develop commercial activities using the
* Solana Reference Stake Pool code without disclosing the source code of
* your own applications.
*
* The developer of this program can be contacted at <[email protected]>.
*/

module.exports = {
root: true,
env: {
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shamefully-hoist=true
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/node_modules
/dist
/pbulic
/public
.husky
**/*.svg
.DS_Store
Expand Down
28 changes: 0 additions & 28 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,31 +1,3 @@
/*
* This file is part of the Web3 Library developed by mFactory GmbH.
*
* Copyright © 2021, mFactory GmbH
*
* Solana Reference Stake Pool is free software: you can redistribute it
* and/or modify it under the terms of the GNU Affero General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* Solana Reference Stake Pool is distributed in the hope that it
* will be useful, but WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program.
* If not, see <https://www.gnu.org/licenses/agpl-3.0.html>.
*
* You can be released from the requirements of the Affero GNU General Public License
* by purchasing a commercial license. The purchase of such a license is
* mandatory as soon as you develop commercial activities using the
* Solana Reference Stake Pool code without disclosing the source code of
* your own applications.
*
* The developer of this program can be contacted at <[email protected]>.
*/

module.exports = {
semi: true,
singleQuote: true,
Expand Down
14 changes: 0 additions & 14 deletions stylelint.config.js

This file was deleted.

28 changes: 0 additions & 28 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,31 +1,3 @@
/*
* This file is part of the Web3 Library developed by mFactory GmbH.
*
* Copyright © 2021, mFactory GmbH
*
* Solana Reference Stake Pool is free software: you can redistribute it
* and/or modify it under the terms of the GNU Affero General Public License
* as published by the Free Software Foundation, either version 3
* of the License, or (at your option) any later version.
*
* Solana Reference Stake Pool is distributed in the hope that it
* will be useful, but WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program.
* If not, see <https://www.gnu.org/licenses/agpl-3.0.html>.
*
* You can be released from the requirements of the Affero GNU General Public License
* by purchasing a commercial license. The purchase of such a license is
* mandatory as soon as you develop commercial activities using the
* Solana Reference Stake Pool code without disclosing the source code of
* your own applications.
*
* The developer of this program can be contacted at <[email protected]>.
*/

import { resolve } from 'path';
import { BuildOptions, DepOptimizationOptions, PluginOption, defineConfig } from 'vite';
import { createHtmlPlugin } from 'vite-plugin-html';
Expand Down

0 comments on commit 5e5b1c7

Please sign in to comment.