Skip to content

Commit

Permalink
Updated linting configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
juliolmuller committed May 8, 2021
1 parent 513b255 commit f7d24ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module.exports = {
node: true,
},
extends: [
'plugin:vue/essential',
'@lacussoft',
'lacussoft',
'lacussoft/vue/v2',
],
ignorePatterns: [
'public/*',
Expand All @@ -15,4 +15,5 @@ module.exports = {
parserOptions: {
parser: 'babel-eslint',
},
rules: {},
}

1 comment on commit f7d24ee

@vercel
Copy link

@vercel vercel bot commented on f7d24ee May 8, 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.