chore(linting): Added eslint and stylelint

This commit is contained in:
2023-07-06 00:21:32 +03:00
parent 3fa96b02ee
commit 2e9b4f901c
8 changed files with 4252 additions and 1298 deletions

5
.eslintrc.json Normal file
View File

@@ -0,0 +1,5 @@
{
"extends": [
"@ivuorinen/eslint-config"
]
}