ban references to console
This commit is contained in:
parent
02274eb94f
commit
1494a282ce
1 changed files with 4 additions and 0 deletions
|
|
@ -64,6 +64,10 @@ export default [
|
|||
name: 'setInterval',
|
||||
message: 'Use TimeService.startTimer instead.',
|
||||
checkGlobalObject: true,
|
||||
}, {
|
||||
name: 'console',
|
||||
message: 'Use a Logger instance instead.',
|
||||
checkGlobalObject: true,
|
||||
}
|
||||
],
|
||||
'no-restricted-properties': [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue