Initial commit
This commit is contained in:
12
frontend/webapp/node_modules/eslint-plugin-import/config/warnings.js
generated
vendored
Normal file
12
frontend/webapp/node_modules/eslint-plugin-import/config/warnings.js
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
/**
|
||||
* more opinionated config.
|
||||
* @type {Object}
|
||||
*/
|
||||
module.exports = {
|
||||
plugins: ['import'],
|
||||
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