feat prettierrc license readme getserver: remove trailing lines

This commit is contained in:
prplwtf 2024-07-26 17:54:54 +02:00
parent 5267393a61
commit 88ae52aefc
4 changed files with 4 additions and 4 deletions

View file

@ -6,4 +6,4 @@
"singleQuote": true,
"jsxSingleQuote": true,
"endOfLine": "lf"
}
}

View file

@ -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.

View file

@ -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>

View file

@ -93,4 +93,4 @@ export default (uuid: string): Promise<[Server, string[]]> => {
)
.catch(reject);
});
};
};