mirror of
https://github.com/ivuorinen/generic-landing-page.git
synced 2026-02-22 04:52:11 +00:00
chore(linting): Added eslint and stylelint
This commit is contained in:
@@ -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: [],
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user