mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-03 03:37:12 +00:00
Add eslint no-console rule
This commit is contained in:
parent
ac3cb634f1
commit
33606ff8b3
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ export default [
|
|||
'indent': ['error', 4],
|
||||
'semi': ['error', 'always'],
|
||||
'comma-dangle': ['error', 'never'],
|
||||
'quotes': ['error', 'single']
|
||||
'quotes': ['error', 'single'],
|
||||
'no-console': ['error', {'allow': ['warn', 'error']}]
|
||||
}
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue