mirror of
https://github.com/janishutz/fundamentals-of-webengineering.git
synced 2025-11-25 05:44:24 +00:00
Add eslint config, add gitignore, fix some style
This commit is contained in:
@@ -1 +1,3 @@
|
||||
{}
|
||||
{
|
||||
"tab-width": 4
|
||||
}
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
import "@fortawesome/fontawesome-free/css/all.css";
|
||||
import "modern-normalize/modern-normalize.css";
|
||||
import '@fortawesome/fontawesome-free/css/all.css';
|
||||
import 'modern-normalize/modern-normalize.css';
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
export default {
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: 5173,
|
||||
},
|
||||
}
|
||||
'server': {
|
||||
'host': '0.0.0.0',
|
||||
'port': 5173,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user