mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-15 09:44:04 +00:00
bd5b7c87fa
* Update/fix some web stuff. Also added lefthook with some linting config. * Add note about lefthook. * Enable sort imports eslint rule. * This statement is untrue * Remove cypress video, add to gitignore * Add web CI action * Set the right dir here * Try this
8 lines
108 B
JavaScript
8 lines
108 B
JavaScript
module.exports = {
|
|
printWidth: 80,
|
|
semi: false,
|
|
singleQuote: true,
|
|
tabWidth: 2,
|
|
useTabs: false,
|
|
}
|