mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-02-06 09:55:50 +00:00
9 lines
112 B
JavaScript
9 lines
112 B
JavaScript
module.exports = {
|
|
env: {
|
|
jest: true
|
|
},
|
|
rules: {
|
|
'import/no-extraneous-dependencies': 'off'
|
|
}
|
|
}
|