|
@@ -15,7 +15,10 @@ module.exports = {
|
|
|
'@typescript-eslint/camelcase': 'off',
|
|
|
'react/prop-types': 'off',
|
|
|
'new-cap': 'off',
|
|
|
- '@typescript-eslint/interface-name-prefix': 'off'
|
|
|
+ '@typescript-eslint/interface-name-prefix': 'off',
|
|
|
+ // why only required in VSCode!?!? is eslint plugin not working like eslint commandline?
|
|
|
+ // Or are we having to add this because of new versions of eslint-config-* ?
|
|
|
+ 'no-console': 'off',
|
|
|
},
|
|
|
// isolate pioneer from monorepo eslint rules
|
|
|
root: true
|