mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
New eslint rule for ember-concurrency infinite loop pattern
This commit is contained in:
@@ -16,5 +16,11 @@ module.exports = {
|
||||
'linebreak-style': ['error', 'unix'],
|
||||
quotes: ['error', 'single', 'avoid-escape'],
|
||||
semi: ['error', 'always'],
|
||||
'no-constant-condition': [
|
||||
'error',
|
||||
{
|
||||
checkLoops: false,
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user