Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Apr 3, 2023
1 parent 954bbc8 commit 7ca9c57
Show file tree
Hide file tree
Showing 4 changed files with 1,860 additions and 1,412 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ const rules = {
'no-bitwise': 'off',
'import/no-extraneous-dependencies': 'off',
'no-nested-ternary': 'off',
'no-constructor-return': 'off',
'default-param-last': 'off',
'no-param-reassign': [
'error',
{
Expand Down Expand Up @@ -128,6 +130,7 @@ module.exports = {
'vue/custom-event-name-casing': ['off'],
'prefer-destructuring': ['off'],
'no-restricted-globals': ['off'],
'vue/multi-word-component-names': 'off',
},
},
{
Expand All @@ -138,6 +141,7 @@ module.exports = {
'import/no-extraneous-dependencies': ['off'],
'import/extensions': ['off'],
'no-restricted-globals': ['off'],
'vue/multi-word-component-names': 'off',
},
},
// SVELTE KITCHEN_SINK
Expand Down
Loading

0 comments on commit 7ca9c57

Please sign in to comment.