mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
9 lines
112 B
JavaScript
9 lines
112 B
JavaScript
module.exports = {
|
|
env: {
|
|
jest: true
|
|
},
|
|
rules: {
|
|
'import/no-extraneous-dependencies': 'off'
|
|
}
|
|
}
|