Skip to content

Commit ffd1574

Browse files
author
Walker Leite
committed
fix(lint): remove import settings
1 parent 7534446 commit ffd1574

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

template/.eslintrc.js

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,5 @@ module.exports = {
2222
assert: true,
2323
require: true,
2424
request: true
25-
},
26-
// add your custom rules here
27-
rules: {
28-
// disallow reassignment of function parameters
29-
// disallow parameter object manipulation except for specific exclusions
30-
'no-param-reassign': ['error',
31-
{
32-
props: true,
33-
ignorePropertyModificationsFor: [
34-
'state', // for vuex state
35-
'acc', // for reduce accumulators
36-
'e' // for e.returnvalue
37-
]
38-
}
39-
],
40-
// allow debugger during development
41-
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
4225
}
4326
}

0 commit comments

Comments
 (0)