Initial commit
This commit is contained in:
11
frontend/webapp/node_modules/eslint-plugin-import/config/flat/warnings.js
generated
vendored
Normal file
11
frontend/webapp/node_modules/eslint-plugin-import/config/flat/warnings.js
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
/**
|
||||
* 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,
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user