mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 16:56:14 -04:00
feat: added changelog in /about
This commit is contained in:
parent
2a760bce8a
commit
f7378dc042
5 changed files with 90 additions and 7 deletions
|
@ -12,6 +12,7 @@ module.exports = {
|
|||
rules: {
|
||||
'space-before-function-paren': 'off',
|
||||
'object-curly-spacing': 'off',
|
||||
'no-undef': 'off' // will be catch by the tsc compiler
|
||||
'no-undef': 'off', // will be catch by the tsc compiler
|
||||
'vue/no-v-html': 'off'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue