feat: static site
* feat: mui support & basic theming * feat: entgamers favicon * feat: public images until dynamic content can be used * feat: entgamers & gaming assets * feat: eslint extra rules * feat: mui theme modifications * feat: fontawesome, gsap, bundle analyzer * feat: common interfaces * feat: basic layout * chore: upadted dependencies * chore: updated dependencies * feat: updated link styles * feat: layout now have better interfaces * feat: basic seo component * feat: static website * feat: env variable rules in .gitignore * feat: added lint to pre-commit
This commit is contained in:
+6
-1
@@ -18,6 +18,7 @@
|
||||
},
|
||||
"plugins": [
|
||||
"react",
|
||||
"@emotion",
|
||||
"@typescript-eslint"
|
||||
],
|
||||
"rules": {
|
||||
@@ -37,7 +38,11 @@
|
||||
".tsx"
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"no-unused-vars": "off",
|
||||
"@typescript-eslint/no-unused-vars": "error",
|
||||
"@emotion/pkg-renaming": "error",
|
||||
"react/no-unknown-property": ["error", { "ignore": ["css"] }]
|
||||
},
|
||||
"settings": {
|
||||
"react": {
|
||||
|
||||
Reference in New Issue
Block a user