mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-23 00:58:41 +00:00
cf0cbc8bde
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
8 lines
No EOL
112 B
JavaScript
8 lines
No EOL
112 B
JavaScript
module.exports = {
|
|
env: {
|
|
mocha: true
|
|
},
|
|
rules: {
|
|
'import/no-extraneous-dependencies': 'off'
|
|
}
|
|
} |