Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from swrlab/dev/add-vue
Browse files Browse the repository at this point in the history
add eslint-plugin-vue and config, update dependencies
  • Loading branch information
rafaelmaeuer authored Apr 21, 2021
2 parents c62eece + 0fd8161 commit f840d51
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 63 deletions.
2 changes: 1 addition & 1 deletion configs/recommended.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
node: true,
},
plugins: ['prettier', 'security', 'sonarjs'],
extends: ['plugin:sonarjs/recommended', 'eslint:recommended', 'airbnb-base', 'plugin:prettier/recommended'],
extends: ['plugin:vue/essential','plugin:sonarjs/recommended', 'eslint:recommended', 'airbnb-base', 'plugin:prettier/recommended'],
rules: {
'prettier/prettier': [
'warn',
Expand Down
Loading

0 comments on commit f840d51

Please sign in to comment.