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

View File

@@ -1,9 +1,5 @@
module.exports = {
purge: [
'./src/**/*.html',
'./src/**/*.js',
],
darkMode: false, // or 'media' or 'class'
content: ["./src/**/*.html", "./src/**/*.js"],
theme: {
extend: {},
},
@@ -11,4 +7,4 @@ module.exports = {
extend: {},
},
plugins: [],
}
};