Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
eslint-plugin-import
/
config
/
flat
/
warnings.js
blob: e788ff9cdea456069facec67fc57b5c2156f3798 [
file
] [
log
] [
blame
]
/**
* more opinionated config.
* @type {Object}
*/
module
.
exports
=
{
rules
:
{
'import/no-named-as-default'
:
1
,
'import/no-named-as-default-member'
:
1
,
'import/no-duplicates'
:
1
,
},
};