mirror of
https://github.com/garraflavatra/yeslint.git
synced 2024-11-21 15:38:57 +01:00
Remove import/extensions rule as it is not practical in many cases
This commit is contained in:
parent
ffc6b55166
commit
3931d47b23
@ -123,10 +123,6 @@ const generic = {
|
|||||||
'no-console': 'off',
|
'no-console': 'off',
|
||||||
'no-div-regex': 'error',
|
'no-div-regex': 'error',
|
||||||
'no-duplicate-imports': 'error',
|
'no-duplicate-imports': 'error',
|
||||||
'import/extensions': [
|
|
||||||
'warn',
|
|
||||||
'ignorePackages',
|
|
||||||
],
|
|
||||||
'no-extend-native': 'error',
|
'no-extend-native': 'error',
|
||||||
'no-extra-label': 'error',
|
'no-extra-label': 'error',
|
||||||
'no-fallthrough': 'off',
|
'no-fallthrough': 'off',
|
||||||
|
Loading…
Reference in New Issue
Block a user