Skip to content

Commit

Permalink
Merge branch 'release/1.16.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed Aug 30, 2021
2 parents 1746ed2 + 89d93dd commit a112bf0
Show file tree
Hide file tree
Showing 54 changed files with 7,459 additions and 6,503 deletions.
14 changes: 11 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,22 @@ module.exports = {
node: true
},

globals: {
NodeJS: true
},

extends: [
'plugin:vue/vue3-essential',
'eslint:recommended',
'@vue/typescript/recommended',
'@vue/prettier',
'@vue/prettier/@typescript-eslint'
'@vue/prettier/@typescript-eslint',
'@vue/typescript'
],

parserOptions: {
ecmaVersion: 2020
ecmaVersion: 2020,
parser: '@typescript-eslint/parser'
},

rules: {
Expand All @@ -25,7 +31,9 @@ module.exports = {
'@typescript-eslint/camelcase': 'off',
'@typescript-eslint/no-undef': 'off',
'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/no-use-before-define': 'off'
'@typescript-eslint/no-use-before-define': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/ban-ts-comment': 'off'
},

overrides: [
Expand Down
Loading

4 comments on commit a112bf0

@vercel
Copy link

@vercel vercel bot commented on a112bf0 Aug 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on a112bf0 Aug 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

app – ./

app-git-master-balancer.vercel.app
app.balancer.fi
pm2.vercel.app
app-balancer.vercel.app

@vercel
Copy link

@vercel vercel bot commented on a112bf0 Aug 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on a112bf0 Aug 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.