feat prettierrc
license
readme
getserver
: remove trailing lines
This commit is contained in:
parent
5267393a61
commit
88ae52aefc
4 changed files with 4 additions and 4 deletions
|
@ -6,4 +6,4 @@
|
|||
"singleQuote": true,
|
||||
"jsxSingleQuote": true,
|
||||
"endOfLine": "lf"
|
||||
}
|
||||
}
|
2
LICENSE
2
LICENSE
|
@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
SOFTWARE.
|
|
@ -79,4 +79,4 @@ Contributors help shape the future of the Blueprint modding framework. To start
|
|||
<p align="center">
|
||||
$\color{#4b4950}{\textsf{© 2023-2024 Ivy (prpl.wtf)}}$
|
||||
<br/><br/><img src="https://github.com/BlueprintFramework/framework/assets/103201875/a04ba717-fb6c-4bb6-9cd2-71643c0b659b"/>
|
||||
</p>
|
||||
</p>
|
|
@ -93,4 +93,4 @@ export default (uuid: string): Promise<[Server, string[]]> => {
|
|||
)
|
||||
.catch(reject);
|
||||
});
|
||||
};
|
||||
};
|
Loading…
Reference in a new issue