Skip to content

Commit

Permalink
feat: add support for eslint-plugin-security
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Jan 26, 2022
1 parent e7d1173 commit 7aee06a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ module.exports = {
},
extraFileExtensions: ['.vue'],
},
plugins: ['vue', 'jsdoc', '@typescript-eslint', 'prettier'],
plugins: ['vue', 'jsdoc', '@typescript-eslint', 'security', 'prettier'],
extends: [
'plugin:vue/recommended',
'plugin:@typescript-eslint/eslint-recommended',
'plugin:prettier/recommended',
'plugin:jsdoc/recommended',
'plugin:security/recommended',
'prettier',
],
// add your custom rules here
Expand Down

0 comments on commit 7aee06a

Please sign in to comment.