Skip to content

Commit

Permalink
chore: added useful eslint rule for later
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-solanki committed Nov 27, 2022
1 parent fcacbab commit b636913
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ module.exports = {
],
}],

// 'vue/require-prop-comment': ['error', {
// type: 'JSDoc',
// }],

// Plugin: eslint-plugin-import
'import/prefer-default-export': 'off',

Expand Down

0 comments on commit b636913

Please sign in to comment.