add link button

This commit is contained in:
Philipp Kühn
2020-09-25 14:17:53 +02:00
parent 03c65c43f7
commit 49eff17fb6
4 changed files with 22 additions and 4 deletions

View File

@@ -35,6 +35,7 @@ module.exports = {
'airbnb-base',
],
rules: {
'no-alert': 'off',
semi: ['error', 'never'],
'import/extensions': 'off',
'import/no-extraneous-dependencies': 'off',